Question
a!save for record type to be set as null without brackets {null}
I am trying to set an array I have to be null as a variable and not as an array
What I want: null
What I am getting: {null}
I tried indexing but it did not work
a!save(
index(ri!CommitteeLevels, "[]", null()),
null()
)