AUTOSELECT(BOOLEAN)

1
Hi team, I need below the boolen select default(for example when I click this button power level route profile auto matically selected.how to implement this one?  
asked
4 answers
2

Hi sindhu ravi,

 

Call an onchange microflow from power level button widget and make the change of the route profile, for example,

 

  1. In the on change microflow change the attribute route profile as true if the power level attribute is true

example code: to change the attribute of route profile

if $powerlevel =true then true

else false

answered
1

Hi sindhu ravi,

After understanding your scenario, i got that you have list of graph entity in that you are having powerlevel and route profile graphs, so follow these steps

 

In that  on change microflow, write the logic like this,

answered
0

You could in a microflow set the attribute to true, when going to this page.

answered
0

HI AJITHA,

Thankyou. below only possible.all graph come from list only.is ther any option?

answered