App OnStart must be set to to make a variable out of a record from Sharepoint.
If the Variable is called HouseChoice, and you wanted the record with "Choose A House" in the Title column, what should Set() be like?
Solved! Go to Solution.
Hi @Sacred_Totems ,
Filter returns a table, LookUp returns a record.
Please try this:
Set(HouseChoice,LookUp('SP list',Title="Choose A House"))
Sik
Try:
Set(HouseChoice,LookUp('House list',Title="Choose"))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
If I wanted to choose the current record, what would Set() look like?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
179 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
255 | |
82 | |
78 | |
67 | |
65 |