Hello,
We are trying to upload multiple images to Google Drive. This can be done but iteration task. We wish to save the information from the REST api call response of the google drive rest api for upload image call.
The issue is, if we upload 2 images, only the last image is uploaded twice and returned.
The workflow infolves using a file upload control to hold image blob and that is read in iteration. Its values are not getting iterated.
In which Variable/Control can the Interim values of iteration task be saved?
Yash