I have a Data table which consists of device information.
I have an indicator block in a dashboard. I have Query-0 in indicator block that stores the value in “value-0”
In the condition section of the Indicator block . I want verify whether my value-0 is present in one of the columns of above mentioned table.
eg: let say “value-0” in indicator block is “101”
My Data table (info-table)with a column having values like 101,102,103…
In my condition in indicator block, i have to check if my value present in column of that table.
Is there any way I can export my values from datatable to indicator block?
or Is there any way , I can store a value from workflow in indicator block so I can use that value in my condition?
Kindly appreciate any help.