PLZ HELP ME WHY WHEN I TRY TO ADD THE OUT PUT AS TEXT IT REFUSE TO ACCEPT IT
use JSON.stringify()
in your expression,
for example:
"text": {{ JSON.stringify( $json.output) }}
If this answers your question, please mark the reply as the solution ✅🙏🏻
That’s another error now related to the id
It says: Param recipient[id] must be a valid ID string (e.g., "123")
So double-check with the API you’re using to make sure it’s a valid ID.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.