Error when trying to retrieve a record from a datastore

I have a scenario designed to take a value from a webhook, get a record from the MAKE Datastore, use then use that record data in a Webhooks response.

The URL I am hitting for the webhook is https://hook.us1.make.com/XXX?key=GDBBAAEFFFBDFBGA, which is intended to pass the KEY to the receiving webhook. I confirmed that the listening webhook has received that key value.

In my next step (Data store ‘Get a Record’), I’m getting this error:

BundleValidationError

Validation failed for 1 parameter(s).

  • Missing value of required parameter ‘key’.
Origin

Make

Do I need to assign the key from the receiving webhook to a variable first? It seems GET A RECORD function is not receiving the key from the Webhook. Any advice is appreciated!

Solved myself LOL. Was choosing the wrong variable.

Hi @Brian-HFLA welcome to the community :wave:

Hahah, great to hear that you figured it out! Thanks a lot for sharing your progress with us :pray:

1 Like