Hello I’ve built a process which is triggered by a Slack block (form) which captures input from a user I want to use these later in my workflow - each time the workflow runs, a new node is created with a different name e.g. LR9{1} therefore I can’t use the input later in the process
It seems like you want to capture the input from a Slack block and use it later in your workflow. To achieve this, you can use the New Interaction Events trigger for Slack. This trigger will capture the input from the Slack block and make it available for use in subsequent steps of your workflow.
Here’s how you can set up the New Interaction Events trigger:
Search for the Slack app from the trigger menu
Select the New Interaction Events trigger
Connect your Slack account
Once you have the trigger set up, you can access the input data from the Slack block using steps.trigger.event. You can then use this data in subsequent steps of your workflow.
If you need further assistance or have any questions, please let me know!
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.