Could not display interface. Please check definition and inputs. Rule Input "address": Could not cast from Number (Integer) to AT_address. Details: CastInvalid

a!localVariables(
local!locationsList:rule!AT_getAddresses(addressId: null), -- getting an error at this line.
{
a!sectionLayout(
label: "Address",
contents: {
a!radioButtonField(
label: "Radio Buttons",
labelPosition: "COLLAPSED",
choiceLabels: local!locationsList,
choiceValues: local!locationsList,
saveInto: {},
choiceLayout: "STACKED",
validations: {}
)
}
)
}
)

  Discussion posts and replies are publicly visible

Parents Reply Children