I have a Flow that I can run from a model driven app. The user selects a record and then runs a flow.
The flow trigger is When a Record is Selected.
Everything was working great until it wasn't.
The trigger changed on its own that it now requires ALL the fields from the record that is selected. Originally, it just had the ID of the record. Now it asks for everything.
I can peak the code and see the required fields.
I dont see a way to change the backend code for the trigger to put it back to where it was.
And no way to delete and add the trigger back. It isnt available.
I'm trying not to recreate the whole flow.
Any ideas on either what caused the trigger code to change or how I can edit the code?
Thanks