Hi,
I have an app that consists of two columns with checkboxes options. This checkbox is built in gallery element.
When I'm opening a draft status form in editing form screen and trying to uncheck one checkbox, I'd encounter the issue below:
However, when I go back to my dashboard screen and reopen the item submission in editing form screen, the issue is:
Which is, the collections do collect the options submitted in the sp list. But it does not check the checkbox in the power apps (after I do the uncheck).
p/s: The 'TX' value is OnCheck as I didn't uncheck that. That's why it still there.
If I uncheck that, and reopen the item submission:
Error in the OnUncheck of the checkbox:
Remove(NetworkElementsReq, ThisItem)
Is there anyone who've encounter this issue, and already solved them? Would appreciate it if there's anyone who can help me on this.
Thank you.
Later I will update the solution here, just in case if anyone need it.
I have solved this. Thanks!