Why can I see all of this data in my execution, but when I try to do something simple (like add the data to a google sheet) I only 1/10th of the data is actually available to use?
Please see screenshots. Doesn’t make any sense
.
Why can I see all of this data in my execution, but when I try to do something simple (like add the data to a google sheet) I only 1/10th of the data is actually available to use?
Please see screenshots. Doesn’t make any sense
Are there any potential risks or drawbacks associated with relying solely on data visible in the execution history rather than ensuring its usability within the scenario?
Welcome to the Make community!
This is because the payload of the request depends on the type of event. In this case the variables are not known in advance.
You can manually reference variables by typing the module number and raw variable key, e.g.:
{{ 2.email }}
Yes, I cant use it in my automations. I need to be able to pass that data on to other steps