with a Hasura Endpoint as you can clearly see… the thing is that I’m trying to add a $_PARAM or $_POST variable value into the JSON Data specified and shown there… I’m trying to do it this way and it’s not working:
Hi,
Query parameters, as seen in your last screenshot become available in the SA under $_GET.
Also, in case pf confusion, a quick way to check where’s what is to add a set value step, and set its value to get, post, param, header etc to see the values with a test sc.load(),and then configure the SA.