I am running into an issue when I have a gallery linked to a sharepoint list, when I select that gallery it brings up an edit form to the right of the gallery.
I want to be able to update the context of that edit form to only display certain columns based off a choice within the gallery. Example
Gallery
Item 1 -- Sprint 1
Item 2 -- Sprint 2
Item 3 -- Sprint 3
Edit Form Choices
Title, Sprint, POC, Area
I want to be able to filter out area on the edit form if sprint 2 is selected. I have been trying an if statement within OnSuccess and Visiable of the form but nothing is working properly. Any ideas would be greatly appreciated.