Question

Obtain all the data from a Dynamo Table when i create a new Worksheet in Google Sheet

  • 19 October 2021
  • 1 reply
  • 27 views

1- I need to retrieve all the data from a Dynamo Table when someone creates a new worksheet 

2-When someone add a new row in the worksheet or change it I need to update the Dynamo table row too.

May I do this with Zapier?

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +9

Hi @Eli7 

  1. It’s gonna be a it complicated to do achieve. I think Zapier deosnt natively offers way to get all the items from DynamoDB, so if you can find a way to get the data using API as an array item then you can use “Looping by zapier” to get that done
  2. Well that is also not gonna be possible as of now because there is no integration available to update database item for DynamoDB