Hello
I have this flow
1) Insert item in list Sharepoint
2) Condition if a field of list is null
true -> send email
false -> send email approved or reject
condition if selectedoption is approved
true -> insert row in azure sql server
false -> delete item from SharePoint list
I known that can set field requierd in sharepoint list but i want to know if i can set a condition to result of another condition.
Bold step is my question
Thanks