Hi,
I've created a Screen Flow in which I create a custom object record using a value I get from a screen the step before.
Running the flow in production does not create the record, but running the flow via the "Debug" button, the record is created as intended.
I've tried looking at the profile permissions and couldn't find anything.
Any ideas what I'm missing?
Thanks!
Dor
***UPDATE***
It seems creating a Text variable in the flow named exactly recordId (case-sensitive) as input made it work!
Extra info: I am using Classic and a URL button, not a quick action.
I passed the Lead Id to the flow URL as a query parameter, and it only worked when the variable was named recordId.
@Eric Burté, I've updated my post to show my solution - naming the object id variable to recordId did the trick for some reason... I am passing it via query parameter with a URL button, and not as a quick action, by the way.
Appreciate your help!