RFAR
BuildShip6mo ago
4 replies
RFA

Inputs inadvertently being swapped to equal '[Base64]'

However, they are all referenced the same way

Body received from Rest API Call:
{ "body": { "args": {
"resource": "jobs",
"request_type": "get",
"first_name": "Joe",
"last_name": "Shmoe" }}

Inputs listed:
resource -- [Base64]
request_type -- [Base64]
first_name -- [Base64]
last_name -- Shmoe

Note:
- Name keys all have the same format (e.g., last_name)
- Received body shows keys with values, but not listed in the inputs section of the log


MAIN ISSUE: The original intended value of a key is not available in the INPUT section, causing downstream nodes to fail.
Was this page helpful?