Issue1
I have 2 screens. BrowseScreen with gallery. Once I click on an item, it navigates to edit form on EditScreen. I have set a flag variable. OnChange for a person combobox, the flag is set to 1.
Issue: For a given record from gallery in BrowseScreen. Once I select one and navigate to edit screen, all the Person fields get triggered, and the variable is set to 1 when I haven't clicked in them at all. I does not do this for simple text fields.
EDIT: I only does this when the person field is filled. It's as if when the screen is loaded, all the code is executed.
Issue 2
On an existing record, when I remove a name from the person combo box field and hit the submit button which has SubmitForm function, the name does not get removed in data source (SharePoint). When I manually remove it from SharePoint, it works. It works for regular text field.
Is this a bug? If not, what am I missing?
Thank you
Check the code in the Item property of the form. What does it say?
LookUp(<SP list>, ID = CalendarEventsGallery1.Selected.ID)
The form is fetching the details of the item selected from a gallery on previous screen.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
259 | |
251 | |
85 | |
37 | |
32 |
User | Count |
---|---|
339 | |
264 | |
123 | |
73 | |
46 |