Reputation: 45
I have two lists:
I have a powerapp that let you add new projects, it has a lookup field for contacts. In the app you can click add contact, create a new contact and submit. It then returns you to the project page.
The new value isn't in the lookup for contacts until you refresh the page.
How do I add the value to the combobox and set it to the newly added value?
Upvotes: 0
Views: 873
Reputation: 45
I figured it out, I was refreshing the contact field even though the lookup was to Project.Contact. Once I updated the project field I'm golden.
Upvotes: 1