Asked by Kevin-C on Aug 7, 2024
Kevin is finding that data (like post_id) sent to a webhook trigger URL is not directly accessible within subsequent custom code actions in the same workflow.
Answered by carter
Carter suggests using a 'Format data' action immediately after the webhook trigger. Configure it to simply take the webhook data payload value as input (no specific formatting function needed). The output of this 'Format data' action can then be successfully referenced within the custom code action.