Hi
I would like to get the items that ID equals Triggerbody ID to delete them from share point list.
I tried to filter under Get Items ation as below:
OData__x5229__x7528__x3059__x308b_Vend#Id eq'@{triggerBody()?['Current_x0020_ID']}
_x5229__x7528__x3059__x308b_Vend3 eq '@{triggerBody()?['Current_x0020_ID']}
This column is lookup column and I have found out the inernal name.
but Error happened as below or this item dosn't exist:
"OData__x5229__x7528__x3059__x308b_Vend#Id eq'47'" is not valid.
Solved! Go to Solution.
Hi @Tiffany-Jo
Syntax for filtering on a lookup column is
FieldName/Id eq 'Your id'
FieldName/Title eq 'Your text value'
Please have a look at this post
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi @Tiffany-Jo
Syntax for filtering on a lookup column is
FieldName/Id eq 'Your id'
FieldName/Title eq 'Your text value'
Please have a look at this post
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsJoin digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
86 | |
60 | |
51 | |
44 | |
40 |
User | Count |
---|---|
87 | |
81 | |
74 | |
62 | |
44 |