Dynamic results node names

Hello :wave: 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

state{1}

values{3}

FTbD{1}

plain_text_input-action{2}

type:plain_text_input

value:Manufacturing

LR9{1}

Copy Path

Copy Value

plain_text_input-action{2}

type:plain_text_input

value:Daves Bikes

fm2{1}

plain_text_input-action{2}

type:plain_text_input

value:Mulesoft

Hi @jbudding777,

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:

  1. Search for the Slack app from the trigger menu
  2. Select the New Interaction Events trigger
  3. 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.