HI,
below is my gallery where I have training requests.
This is first screen of my app where I have one gallery(Gallery3) .when I click on edit button Assign trainer screen will be visible(which is there in below pic).
In Assign trainer screen I have one gallery,dropdown(ID),two datepickers(start date and end date) where I have default value for all these items is gallery3.selected which is my first screen.
when I click on add button trainer get assign to training request only for that particular dates selected in start date and end date until and unless I assign all the trainers to one training request gallery should stay stable.
But as soon as I click on add button it is changing to frst item in my sharepoint list.
issue- I have one training request list (12-07-2021 to 20-07-2021), here I have to assign multiple trainers(i.e from 12/07 - 14/07 one trainer, 15/07 - 17/07 second trainer, 18/07 - 20/07 third trainer) my gallery shouldn't change untill I assign trainer to all dates.
Any suggestion would be helpful.
Set this on Gallery's OnSelect. Remember on your whole gallery's onselect not just selecting arrows.
Set(varRecord,ThisItem)
Set Template fill proeprty to make sure it stays on same record:
If(ThisItem.ID=varRecord.ID,AliceBlue)
if you are using forms, set your form's item property to
VarRecord
Hi,
I tried but it is not working
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |