Hello,
I have developed an application, and within this application, when a button is clicked, I am performing 2 backend "api call" events sequentially using the action flow editor. Afterwards, I am saving the results of these events to Firestore, but I am encountering an issue. In the first created api call event, I am able to receive the response from the "api call" using the action output. However, in the second "api call" operation, even though the result is not null, it appears as null.
Thanks a lot for all of the replies.
Here are the images:
1- This API Call returns null. But in the test responses it doesn't returns as null.