Is it possible to generate a smart list or report that displays all records that failed to update? For instance, when an individual attempts to modify their job title on a web form for an existing record, but the update fails. Thank you.
Solved! Go to Solution.
Hey there, that is a tricky ask, because it is difficult to report on something NOT happening, which is effectively what you want. There are two directions I am thinking of that could potentially help:
Hey there, that is a tricky ask, because it is difficult to report on something NOT happening, which is effectively what you want. There are two directions I am thinking of that could potentially help:
Another idea that comes to mind could be to trigger a webhook on form fill, that checks the fields filled by the form against whatever you define as success or failure in the webhook's code. The webhook then could return an answer to a custom Marketo field that states validation success or failure. You could then build reports on that field.
This would require to set up the webhook though, so this solution would not reside within Marketo alone. The effort would need to be justified by the importance of the usecase.
what's the use case? Why would the update fail in this instance?
Yep, I really don’t understand what we’re talking about there. The only situation where field updates “fail” (a very debatable term for it!) is if updates are explicitly blocked in Field Management.
If one wants to know when someone attempted to change a field, the answer is to expose a proxy field on the form (which isn’t blocked from updates) and watch for Data Value Changes on that field.