Hi team,
I’m working on a dashboard implementation and need some guidance.
-
I have an Input Controls block that collects user input and a button which triggers an Application Workflow.
-
The workflow processes the input and returns an array of values (for example: a list of device names).
-
I also have a Device List block on the same dashboard.
What I’d like to do is:
Use the array of values returned by the workflow as the filter/query input for the Device List block, so that the Device List shows only those devices.
Could you please help me with the correct process to wire this up? Specifically:
-
How can I send the workflow’s array back to the dashboard?
-
How should I configure the Device List block to consume that array (device names or IDs) as its source?
Thanks in advance for your help!
Best regards,
Surya