Save the values and display it into a rule input by a!foreach loop for version 21.1

Hi All,

How to save a values and display that values into rule input by a!foreach loop?

for example : in a!foreach loop there is a condition that text1 is having a datatype "string" value. I want to dynamically populate text fields in a form layout interface. How to save the user response?

a!forEach(
local!data,
if(fv!item.text1= "String",{
a!textField(
label: fv!item.text1,
labelPosition: "ABOVE",
saveInto: {},
refreshAfter: "UNFOCUS",
)

})

)

Please guide me how to achieve it for version 21.1.

  Discussion posts and replies are publicly visible

Parents Reply Children