HTTP request from Data store

Hi all,

I have a Google Sheets with the “Watch new row” trigger. Every time a now row appears it sends the value to the Data store module. Now I want to send this new value from the Data store module to a new scenario.

How do I get the value from the Data store module to a new scenario. I thought about a HTTP request which pushes the data to a Make module that triggers the new scenario.

Am I on the right path or is there a better solution?

FYI: I have a paid plan!

Thanks for your help :slight_smile:

Welcome to the Make community!

You can simply use the HTTP module to trigger another scenario’s Custom Webhook trigger with the data you want to send over.

You might not even need a data store.

Scenario 1:
Google Sheets > HTTP

Scenario 2:
Custom Webhook

3 Likes

Hi samliew,

thanks for your reply. I need the Data Store module to keep track of my added values.

I found the API doc for the Data Store module but I get an ‘Access denied’ - ‘User is not logged ion’ error if I run my scenario.

Any ideas?

I’ve never heard of this before. Could you share screenshots of it?

2 Likes

Here is the screenshot.

Why are you using the HTTP module for this when there are Data Store modules to get data from the Data Store?

2 Likes