Greetings all,
I am new to PowerApps and trying to walk through this tutorial from Microsoft: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sharepoint-scenario-build-app but I'm having lots of problems with the instructions not matching PowerApps despite being updated 6 months ago.
The main issue I'm running into right now is with Step 5: Build the ViewProjects screen. I'm trying to use the following formula on my gallery item:
SortByColumns(Filter('Project Details', StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
PowerApps is throwing errors about everything past 'Project Details' and Google has gotten me nowhere other than confirming that this formula should work. Have updates been made that mean this formula needs modification and if so, could I get some help with what needs modified?
Thanks in advance!