Infinity Item Value update to Google Sheet
Status: Closed · Asked by superproxy on · 0 views
Hello Pabbly Team,
I am trying to create an automatic update of the data that I have in google sheet once an Item is update in the infinity. However I just manage to capture the exact updated data on my infinity list using Values updated as trigger. How can I capture a whole row of data on my infinity list? Thanks in advance for your answer.

PS: I need a primary key to match it on the google sheet data that I have and if it matches, it can proceed to update the exact item in the fields of my google sheet.
Hey @superproxy
You can utilize "Get Item" action step for infinity in the next step so in order to get all the details of the updated item.

You can then map those details in Google Sheet "Lookup Spreadsheet Rows" and then "Update Rows". You will need to turn on the "Map" button to map the Item ID from previous step.
Let us know if it works for you.