I have a database with a relation. I want to automatically fill a text field, based on a relation property (and it can’t be a Rollup, for other reasons).
So I created a flow that should detect updates on the pages and then fill the text field.
But when I edit more than one page, the flow only returns 1 page: the last edited one.
I want it to return ALL the edited pages. Is that possible?
Manually triggering is intended to only be there for a test so we try to minimise the impact it may have just incase something in the workflow is incorrect. The manual run also doesn’t have access to the static data that is used in the backend to keep track of the last run time.