How to add multiple choices (expressions) dynamically to Choice?

Certified Senior Developer

Hi All,

I'm trying to add multiple choices to the choose function dynamically. My interfaces are dynamic , I tried displaying interfaces dynamically using a!forEach() but failed to achieve.

choose(

local!selectedTab,

interface 1,

interface 2

interface 3,

.

.

.

.

.interface n

)

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data