Hi Gurus,
I am new to Power Automate, I am trying to configure automation .
Scenario is : User submit a MS form with some details which also contain domain name
The automation first check the domain name in Sharepoint list ( the list is populated with domain names in particular column)
If the domain name submitted in MS form is already present , condition is TRUE and the flow trrigger the true action and if the
domain name is not present , the trigger perform the action under the FALSE condtion
I have used "apply to each" and it is triggering action for all False conditions ( numbers of domain not matched)
How can I make sure the action is done once for TURE and once only for FALSE ( though I have got 100 of unmatched entries in sharepoint list column)
Thanks in advance