Hi everyone,
I'm in the testing phase of an app. and having some question-marks... my question is: why is my FLOW not running? It's a V2 Power apps flow with this Form OnSuccess condition:
Set(varPurchases, Form_EditRequest.LastSubmit);
If(varPurchases.Department <> Self.LastSubmit.Department,"flow-name".Run(Form_EditRequest.LastSubmit.ID) );
So I've tried it 5 times and it doesn't run.
It works for cases where I put counter, like ColumnValue + 1, but it won't run a Flow trigger.
Department is column name in SP List.
Initial state:

Final state:

Does anybody have experience with such problem?
If nothing else, I'll have to re-locate the Flow to run not on Form OnSucces property, but on button with SubmitForm(),
Like this, if the SubmitForm is true, then fire the Flow trigger:

does anybody know how can I nest if's inside? I'd like to fire a list of conditionals and whichever is true, to go with that one.
Thank you in advance!
- Nikola