We have a flow that is triggered when an anonymous MS Form is submitted.
What we want to do is setup a condition on the trigger (not a condition action) that checks the result of one of the questions in the MS Form and only run the flow (trigger will succeed) if it's a certain value. So if it's not a particular value then zero actions will be run on that flow.
The reasoning behind this is related to the extremely low billable action limits on flows, so we need a way to prevent any unnecessary actions running. In my mind the low limits almost make Power Automate a non-viable option for a lot of what we're trying to do unfortunately.
Does anyone know how to achieve this? Thanks in advance.