Hi I wanna run the flow automate if the combobox 5 and textinput or combobox 4 are fullfilled
I have this formula :
If(
ComboBox5.Selected.Value = "Rework",
Or(Not(IsBlank(TextInput1.Text)),Not(IsBlank(ComboBox4.Selected.Title))),
'ReworkQCtoPE&SPV'.Run(Gallery1_5.Selected.ID)
Can anyone help me to fix this? Thank you

Report
All responses (
Answers (