Announcements
In the on success property for my form, how do I trigger a flow only if the form is in new mode. Basically I want nothing to happen if its in edit mode.
Many Thanks
Maybe you can check if some fields of the form are already filled to check if it's a new one or no
You could try to check the formmode on the OnSuccess property:
If(FormName.Mode.New, <execute the workflow>, <don't execute the workflow>)
Thanks so much AlexanderDM
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 94
WarrenBelz 82 Most Valuable Professional
Kalathiya 38 Super User 2026 Season 1