I'm attempting to display info about row entries in my power app but for whatever reason the formula bar is saying that the values are blank when I can clearly see them populated in my table. My primary key is "EID" which is how I track each entry. Here's the two methods I've attempted to use for putting the values in a label.
"Modified On: " & thisRecord.'Modified On'
"Modified On: " &
LookUp(
'My Table',
thisRecord.EID = EID,
'Modified On'
)
Neither methods have been successful, any tips on fixing this?
Solved! Go to Solution.
Solved. The first method works but power apps takes awhile to actually pull the values.
Solved. The first method works but power apps takes awhile to actually pull the values.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
273 | |
160 | |
89 | |
81 | |
56 |