Hi
I have a flow where I am using Get Items to pull a list from Sharepoint. I then parse this response. There are only two colums on the SP site - "Title" and "Leader" and both are text colums.
Later in my flow, I need an expression whereby if one expression equals the "Title" from the parse json, use the corresponding Leader text. if the title is not there, just put blank.
The expression I am using to get the value to find in the SP list is:
item()?['Levelling']?[0]?['Level']?['MapPeople']?[0]?['Detail']?['Description']
so if this returns "Paper", it needs to grab the Title in the parse json from my SP list action, and return the Leader value which in this case would be "Property Services".
How can I put the expression together to do this please? I don't want to use Condition actions or Switch actions in the flow, as the flow is already v large, so I'd like to do this as an expression.
Thanks
SD