Discussion posts and replies are publicly visible
use touniformstring() Function for this.
in the button?
Use the null check condition in your Ex rule and with the help of touniformstring() Converts a value to Text.you can share your Code for better understanding.
what I find weird is that the value that I want to pass is an integer :buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Criar", saveInto: { a!save( target: ri!record.idLocation, value: local!selectedLocation ), if( a!isNullOrEmpty(local!Skill), {}, a!forEach( items:local!Skill, expression:a!save( ri!recordCandidateSkills[fv!index], fv!item.idSkill ) ) ),