Hi,
I have a Sharepoint list with 2 columns, 'Title' & 'Template Value'.
'Title' is the datasource for a dropdown in my PA form.
My PowerApps form has a data connection called 'Contract Type'.
I am trying to return the 'Template Value' based on the 'Title' selection in my dropdown and write the value to VarLetter.
I using the below formula for my dropdowns 'OnSelect' function:
Set(VarLetter,(LookUp('Contract Type', Dropdown4.Selected.Title = Title).'Template Value'))
Its setting values but not the correct ones, not sure how it is setting wrong ones but it is, must be something stupid !?
Thanks.
Solved! Go to Solution.
Solved it, needed to use OnChange instead of OnSelect and the formula works.
Solved it, needed to use OnChange instead of OnSelect and the formula works.
Hi,
Thanks for the follow up on this post. Please remember to mark your post as the answer. Hopefully this will prove to be useful for future communities users who are having similar issues.
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
208 | |
71 | |
51 | |
49 | |
20 |
User | Count |
---|---|
264 | |
122 | |
85 | |
80 | |
68 |