Hi,
I am reading a JSON file that the value "platform" in some records is missing.
So, because of that, when in a loop, I want to get the value:
items('Apply_to_each')['_source']['platform']
I get this error:
How can avoid or check if the value "platform" exists in this record?
Thanks for any help!