Hello, good afternoon. I would like to know if anyone knows or if there is any connection - action that can help me for this problem.
I have a custom connector that connects to the Facebook API.
This information I have to save it in order to send it by post method to a server.
The problem is that the data does not come in the same order. Sometimes they are first, sometimes at the end.
I create a row in excel with an ID to help me identify the new record with its corresponding data.
I have conditional if to ask if the key is last name or first name or phone number, etc.
so that it updates the columns in an excel file that correspond to these elements. This information is then read and sent to a server.
I have to iterate that temporary table in order to send the data properly.
If you could help me to correct how I could create a row with all this information sorted without making updates to an excel row each time it finds a field to send the information well.
Then, I have to clean it for the following executions so that it does not send duplicate data to the server.


Report
All responses (
Answers (