Change button label using node ID

The result of one flow should be used to change the label of a button in a second flow.
How can this be realized?

Can the node ID of the button in the second flow be used for this? This way the first flow should create the new button label in the second flow.

What exactly do you mean by using the node id?

You can change a button label:

  • Set the Label field to {{msg.label}}
  • Use a change node on the output of a button to set msg.label and delete msg.payload.
  • Link nodes connect the output of the change node to the input of the button in another flow.

Thanks, thought changing the 'label' of a Dashboard element needs to use the Node ID (which is shown on the right 'I' section of the editor ).

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.