Is there a way to search all code in a PowerApps app? If not, is there a way to export all code so I can search it then? It is difficult following someone elses code and trying to find where some variable is being updated. Any help would be greatly appreciated.
Solved! Go to Solution.
I will either vote for an existing idea for this or create a new one.
Hi TML,
Thnaks for your idea.
But currently there is no proper way to search the code directly within the App Editor.
For Variables or collections, you could find it usage under
File->Variables (Collections), select each one, and it will display the used place within the App:
If this can't meet your requirements, then please consider rise your requirements as an idea under PowerApps idea forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Regards,
Michael
I will either vote for an existing idea for this or create a new one.
Can you be more specific how to find where collections are used? I can see where variables are used, but your instructions for collections don't seem to provide the same informaiton. It just lists the first five items in the collection, not where it is used.
Hi KMan42,
This is kind of an old post and I don't know if the interface has changed or not since the above info was posted, but you are correct, Collections just shows the first 5 records. What I do if I need to search badly enough is follow the below steps.
This file is all the code to your app in JSON format. I find JSON hard to work with so I convert it to XML for searching. I use https://codebeautify.org/jsontoxml to convert it and then copy the XML text to something like Notepad++ to perform my searches. Most likely, your JSON file is a pretty good size to be copying and pasting so give the codebeautify site a minute to process after pasting and before clicking the convert to xml button. This is a lot of work to go through just to search so I only use it as a last resort. I hope someone else can post a better way, but I have not found one. Be aware that you cannot modify the files outside of the ZIP and then import back in to PowerApps as that will fail. If you need to do that, search youtube as there are a couple tutorials on how to accomplish that.
I hope this helps you and I also hope someone else can post a better way.
TML
First of all, when I shared the technique @TML describes above, I had forgotten where I'd learned it and didn't give TML credit. Sorry about that, TML.
Also, I've now come across another way to hunt missing Collection definitions/declarations and am trying to spread the word on that tool.
It's the "PowerAppps Review Tool" / (i.e. PowerApps Review Tool )
for more info on that workaround.
And, if you're reading this and you haven't yet voted for one of the ideas to bring this functionality into the PApps Studio, please vote for at least one of these two ideas/suggestions:
Once gain, TML, I apologize if it seemed like I was "stealing your thunder." I really try to give credit where credit is due...and your zip-export trick has saved my a$$ many times. Thanks!
This feature is now available as a Search pane in the latest authoring versions. You will have to enable it in Upcoming Features, bottom of the list (Search).
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 |
---|---|
196 | |
69 | |
49 | |
46 | |
18 |
User | Count |
---|---|
249 | |
126 | |
84 | |
75 | |
74 |