Hi,
I set a view "Recensement" of 7 columns which contains 3 lookup up fields based on 2 other lists.
- ["Unite"] from List 'A'
- ["Situation"], ["Situation:title"] from List 'B'
I set my GetItems to limit the field to "Recensement" view
However, I'm able to retrieve ["Unite"] but not the 2 other columns in my Odata
I tried to create another list with same view and it works.
Do you have an idea why ?
Solved! Go to Solution.
Hi,
I found the solution
Fields which are not populated, are not retrieved in the "Get Items" actions.
So I have to check first with this condition if(not(empty(item()?['Situation']))) to see if the field is in the Odata.
Thanks.
Hi @Knguyen94
Are there any custom security for List A and B?
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,
I found the solution
Fields which are not populated, are not retrieved in the "Get Items" actions.
So I have to check first with this condition if(not(empty(item()?['Situation']))) to see if the field is in the Odata.
Thanks.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
44 | |
40 | |
36 | |
23 |
User | Count |
---|---|
48 | |
31 | |
30 | |
29 | |
28 |