Hi Experts,
I need the to start the flow only when a specific column (text column) is modified by the same user who created the item.
I need to define such a trigger condition, please advise
@PaulMatha
the above request is a part of a big flow
I cannot waste API Calls
I need to define trigger condition in such a way that flow should only start when a specific column in sharepoint was modified by the same user who created it
Hi @AshishJaiswal ,
You can try a scheduled flow, to check the specific column (text column) is changed by same user who created the item ( created user details are stored in a column) and then add a conditions, if the text changes.
hope so this helps.