I am working with an api that i first need to request an access key.
Pabbly successfully accesses the key which is labeled Request Key in the retrieved data.
the next step in the automation is to use the Request key in the api header to request a payload now that I have access via the Request Key
However when I try to insert the actual access key as part of the header in the next step it inserts the sequence number and label from the previous step instead of just the value that I need to access the data for this step.
How can I insert value vs label + Value from previous step?
Pabbly successfully accesses the key which is labeled Request Key in the retrieved data.
the next step in the automation is to use the Request key in the api header to request a payload now that I have access via the Request Key
However when I try to insert the actual access key as part of the header in the next step it inserts the sequence number and label from the previous step instead of just the value that I need to access the data for this step.
How can I insert value vs label + Value from previous step?