Hi again powerusers!
I have a simple form for registering incoming and outgoing post. Each registration needs a unique ID based on YYYY.<random number> which I set using a variable which is set by calling a Flow.
I thought to be smart and set the variable upon loading the App, but as it seems this variable is not refreshed whenever you click on the "New" button again. Meaning all new list items get the same unique id as the first generated in this "session". Working with a button to calculate a new ID works just fine.
How can I trigger the flow each time the form is loaded in New mode?
Thanks!