I have a need to display multiple updatedatable sections on one form, I am using

I have a need to display multiple updatedatable sections on one form, I am using the applycomponents function to do this, but it is not actually updating the values that i want to pass in. I recreated what I want with a very simple example:

rule 1:
=a!sectionLayout(
label: "Lorem Ipsum",
firstColumnContents: {
a!textField(
label: "Lorem Ipsum",
value: ri!saveValue,
saveInto: ri!saveValue
)
}
)

rule 2: (multiple sections)
=a!applyComponents(function: rule!TEST_section, array: ri!testSaves)

In this scenario when I enter data into the text field I would expect the values in testSaves to be updated, is this suppose to work?

OriginalPostID-141069

OriginalPostID-141069

  Discussion posts and replies are publicly visible