Any Chart Widget

0
I am Using Any chart widget, where I will be Passing Data and Layout source attributes , and want to use “if else” condition  and the format of Data will be JSON ,so help me with writing If else condition in JSON Data which will be stored in Data attribute of Any Chart widget
asked
1 answers
0

Hi Vamsidhar,

 

It is not posibble to have nested ‘if else’ statements within JSON, since this data format does not support this.

However, what you can do is build your data model in a microflow, and select the data you want to fill in your microflow using ‘if else’ statements (or splits).

 

 

answered