Hi Experts,
Hope you guys could help me out in figuring out the issue...
I have a SP List whose Form is converted into an App (above pic).
The Left Side is the Gallery with items of every record present in the form (displayed in form of cards).
The Right Side is the Form Control itself (by default in Edit Mode). The Form Fields are segregated into different Tabs.
Intention is to display the selected record values (left side gallery) to the form control (right side).
For this, on the Items Property of the Form Control, I have given - 'Gallery1.selected'
Now, all the values are getting displayed in the right side form fields axcept the top most field which is a Source Field in form of checkboxes.
Source Column in the SP List is a multi-select choices field and I am displaying it's selected values in form of Icons (Phone,Email,Chat,Support,Print).
The same Source field values are getting retrieved from a collection which is storing them via selected checkboxes in right side of form control.
Collection name is - 'colSourceData'
OnCheck = Collect(colSourceData,ThisItem)
OnUncheck = Remove(colSourceData,ThisItem)
The thing which I was doing is that I have putted below code in the onvisible property of the Screen:
If(Form.Mode <> FormMode.New, Collect(colSourceData,Gallery1.Selected.Source))
But Unfortunaltely I am not getting the checkboxes checked as per the selected item from the left gallery.
PLEASE HELP


Report
All responses (
Answers (