I have two SP LIsts:
- Reviewers (Cols: ID (Integer), Reviewer (People Picker), Role (Single Line of Text)
- Responses (Col: ID (Integer), ReviewerID (Integer), Question No. (Integer), Notes (Rich Text)
In my Power Automate, I have prior steps of Get Items step for the Reviewers list and then a Get Items step for the Responses list
Followed by a Select Step for the Responses List. (See attached).
For the matching IDs, I like to pull Role value from Reviewers list while I am selecting other values from the Responses list in my Select step.
Is it possible?
I tried the following in the expression Box for the ReviewerID - but it gives me an error:
If(
outputs('Get_items-Reviewers')?['body/value']?['ID']=
outputs('Get_items-Responses')?['body/value']?['ReviewerID'],
outputs('Get_items-Reviewers')?['body/value']?['Role'])
The Pop up message Box says: The expression is invalid.
Any idea is appreciated.
Thank you,
SueA.