Hi,
I am trying to extract one element (an ID) from a JSON file I got from an API response in order to set a condition.
I tried the object method (body['data']...) but it does not work. Indeed, when I check the ID manually, it is the correct ID so that the condition returns True, but whenever I test my flow, it always returns False.
I also asked the AI assistance and it suggested to write body?['data']?... and it does not work either, it concatenates the response body with the string "?['data]?...".
I checked the forum and it is said that I can create a "Compose" action, but I don't seem to have it.
Do you have any advice to navigate through the JSON file ?
Thanks!