Hi @Anonymous
Please see below. Here 'TestPerson' is 'Person or Group' column type. I have used a compose to map the output. Then in next step I have added an IF condition to check using the below expression
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @Anonymous
Could you please explain what you trying to do? All I can see here is a screenshot not description about your issue.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogI want to update my SharePoint list when the Author does not enter a email in my PeerReviewer Column.
that is a multiple select (Person/Group) column. When I put in the Condition PeerReviewer is equal to
Hi @Anonymous
Try the below expression
empty(triggerOutputs()?['body']['PeerReviewers']['Email'])
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogI get a Greyed out condition
Hi @Anonymous
Please see below. Here 'TestPerson' is 'Person or Group' column type. I have used a compose to map the output. Then in next step I have added an IF condition to check using the below expression
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogI added
length(outputs( 'Compose' ))
But still get greyed output
Hi @Anonymous
That means you having no records returning from your step "Get File Properties - For Peer Reviewers". Check the run history and see the data.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogWhen I check my history I can see the Data and my PeerReviewers results has [ ] as the value
Hi @Anonymous
Check your apply to each mapping value?
Is that correct?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogYes i have I have the Value correct. If I add a email in the PeerReviwers column the condition runs.
Hi @Anonymous
You mentioned earlier results has [] as the value. This means there is no data under PeerReviewers column.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogYes That's correct I want to update my item if their is no data in the column, but when know data is in the column the condition is greyed out.
I got it to work using the length(outputs( 'Compose' )) equal to 0