Issue with user forms

Hello,

I am running into a weird situation on a user form. I have two interfaces, one is the main form and the other is a section within the main form.

In the second rule I have a button which, when clicked, will save a value to a rule input that it then passes up to the parent form. For some reason the value saves just fine in the Interface Designer, but when the form is used in process the value is not being saved.

What can cause this?

I've posted the code below, I'm trying to save test values into the first a!save().

a!buttonWidget(
label: "Select",
style: "NORMAL",
saveInto:{
a!save(ri!filteredFilingIDs,{9,8,7}),
a!save(
ri!operationMode,
if(
or(
ri!isCAFilingType,
rule!APN_isEmpty(ri!filingsToAssociate)
),
cons!CATS_FORM_ASSOC_FILING_DISPLAY_CO...

OriginalPostID-220566

OriginalPostID-220566

  Discussion posts and replies are publicly visible