Forum Discussion
Purcelly
Jan 03, 2023Copper Contributor
Formula help with PowerApps novice
Hi there, I'm after some guidance for PowerApps. I'm fairly new to the platform but am getting there but am struggling with this particular query. I'm trying to use PowerApps to display a us...
RobElliott
Jan 03, 2023Silver Contributor
Purcelly try it with Filter instead as in the gallery below where the formula is
Filter(Table1, 'TC Name'=User().FullName)
Or just use LookUp(Table1,'TC Name'=User().FullName). Both work and give the same result shown in the image.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Purcelly
Jan 03, 2023Copper Contributor
RobElliott Thanks Rob, I'll keep playing with this as I'm still getting an error. I'm now seeing the below so I assume this is now an issue with my data file so I'll try changing that.