
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 01:17 PM
I want to update a flow variable from the evaluate node. My Javascript is below but does not work:
let $(n2.inboundWebhook.msisdn) = $(n2.inboundWebhook.msisdn).replace("+", "");
Solved! Go to Solution.
- Labels:
-
Workflows

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 05:09 PM
So it appears that you cant modify node data via the evaluate node but you can modify custom data, but not directly in the evaluate node. You have to update it via the Transition-Action -> On-Leave using the evaluate output to set the custom variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 05:09 PM
So it appears that you cant modify node data via the evaluate node but you can modify custom data, but not directly in the evaluate node. You have to update it via the Transition-Action -> On-Leave using the evaluate output to set the custom variable.
