Hi all,
I am building a power app where I want to create a new collection for each project to store the data which the user creates inside the app. E.g. the user selects from a dropdown or enters in a text field the name of the project and the subproject. Afterwards the user will be forwarded to the app I created but the data will be stored in a different collection as it is a different project and has to be separated.
Any idea how I can approach this?
So far, I create the basic app which works and I can export the data added to the collection into a csv.-file with a power automate flow. But now if I want to use this application for a different project, it has to store it in a new file and I can only load the latest file from the collection which was cached on my device. But I might need to get back to my first collection and work on it, while I am already in a second one. So I kinda need to switch between the collections… is this possible? Or do you know a different approach how to handle this?
Best