Notifications
Announcements
From a SharePointIntegration form pointing at a SharePoint list my form contains lookups.
When the user opens the form and clicks any of the drop downs, the dropdown may not have the selection they are looking for.Is there a way to add a lookup value dynamically without having to leave the form and manually add the item to the lookup list?
Ok, I was able to find a way to dynamically add a new lookup list item when the lookup on the form doesn't have the value I am looking for. I created a new screen that is connected to the datatype (GageType) where the lookup values are.In the GageType lookup list of values I added a value called "New Entry".When in the main form, where I am adding a new Item, I click the Gage Type dropdown and chose "New Entry".
Using the OnChange event for the DataCardValue4 control, I set the navigation to open the new "GageTypeNewForm1" form when "Add New" is selected.
The Add New Gage Type form opens where I can now add the new gage, save and then open the GageTrackingToolForm. The issue I now have is the current Gage Type lookup doesn't get updated with the new entry.Am I missing something?
Hi @golfnutt82 ,
Please refresh the data source after you add a new item into tblGageType. For example:
Patch(tblGateType,Defaults(tblGateType),{XXXXXX};
Refresh(tblGateType);
Refresh(GageTracking);
Navigate(GageXXXXXX)
Best Regards,
Bof
Hello and thank you for your reply and the added refresh did the trick.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 739 Most Valuable Professional
Michael E. Gernaey 343 Super User 2025 Season 2
Power Platform 1919 268