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.
Both first_name and last_name are mapped correctly, and both show in the original body. However, only last_name keeps it's value when read in the INPUTS section.
last_name: Trigger Data -> body -> args -> last_name-- Key: last_name-- Type: String-- Placeholder: ""-- Default Value: ""-- Description: ""-- Required Field: No-- Sensitive Field: No-- Validation Regex: ""
first_name: Trigger Data -> body -> args -> first_name-- Key: first_name-- Type: String-- Placeholder: ""-- Default Value: ""-- Description: ""-- Required Field: No-- Sensitive Field: No-- Validation Regex: ""
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.
Both first_name and last_name are mapped correctly, and both show in the original body. However, only last_name keeps it's value when read in the INPUTS section.
last_name: Trigger Data -> body -> args -> last_name-- Key: last_name-- Type: String-- Placeholder: ""-- Default Value: ""-- Description: ""-- Required Field: No-- Sensitive Field: No-- Validation Regex: ""
first_name: Trigger Data -> body -> args -> first_name-- Key: first_name-- Type: String-- Placeholder: ""-- Default Value: ""-- Description: ""-- Required Field: No-- Sensitive Field: No-- Validation Regex: ""




Solution
marking this resolved
fix has been released 10 days ago. @RFA you must received the updated via email as well.
