HI Everyone,
My flow is coming from a powerapp -> approval -> sharepoint -> condition .etc I store my approval status in an item in sharepoint, but when it comes to my condition I cannot find a constant that will allow me to say if the approval is approved, do this...
Any Input is appreciated!
thanks,
Jonathan
Hi @ SodexoJon,
Could you please share a screenshot of the configuration of your sharepoint list?
Could you please share more details about the "approval status" column in your sharepoint list?Is it a "Choice" type column?
I have made a test on my side and I have created a "Choice" type column name "approval status" in the list, there are three available values in the "approval status" column: Approved,Rejected,Pending.
The screenshot of the "approval status" column as below:
And I have created a flow as screenshot below:
You could choose the "approval status Value" dynamic content in the condition to check if the value in the "approval status" column is "Approved".
When an item is modified in the list ,and the value in the "approval status" column is "Approved", the flow would run successfully as below:
When an item is modified in the list ,and the value in the "approval status" column isn't "Approved", the flow would run successfully as below:
Regards,
Alice Zhang