Hi everyone,
I'm having this issue not sure if it is something wrong with my code or Appian issue itself, please help.
I'm having an editable grid, the data for it is a data subset type local variable, and in rows I use forEach of its data. I already provided the id for the gridRowLayout(), but not sure why it does not store anything into my local variable. I also tried with fv!index and it does not work either.
This is my input local variable with data subset type:
Discussion posts and replies are publicly visible
Couple of questions
1. Why have you used flatten(save!value) when just passing the same local!selectedAzureIds used in the selectionValue parameter is enough to capture the selected Ids.
2. Did you check if the local!selectedAzureIds is accidentally getting reset somewhere else in the code.