Been a couple of days on this one and its starting to drive me bananas. For background, my skill levels here are pretty low!!
I have a JSON GET request that only returns 1 items from an API and passes the data into a Parse JSON. The schema is later in this message.
I am trying to reference the items (e.g. firstName, lastName) etc directly in the Respond to Powerapp Operation... but for some reason I cannot get this to work. The only way I have had success is to Initialise a Variable, then go into a Apply Each loop to then set the variable before exiting the loop and Responding to the Powerapp.
I have tried approaches such as below, but none have as yet worked:
body('Parse_JSON')[0]['firstName']
first(body('Parse_JSON')['firstName'])
etc
Any help of assistance is very much appreciated...!
Parsing the first and only record in a GET / ParseJSON back without loop
Please can you illustrate this part with screenshots so we can see details of your flow?
'I am trying to reference the items (e.g. firstName, lastName) etc directly in the Respond to Powerapp Operation... but for some reason I cannot get this to work. The only way I have had success is to Initialise a Variable, then go into a Apply Each loop'
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.