Hi,
I want the user of my app to select default settings (for example the country in which he is working) so the app can recognize those settings every time he enters the app.
So imagine:
First day that I am using the app:
I go to settings.
Select the country in a textinput box(Germany, for example).
Close the app.
-----
Second day that I use the app.
Go to settings and in the textinput box is still my country typed (Germany) and it is going to be like that forever until I change it using the textinput box again.
I tried to make the default text of the text input box variate with the country that I type in the box. But it does not work.
Thanks!
Solved! Go to Solution.
The problem is that the app has no persistent storage. So you'll need to have a data source where the user preferences can be stored along with the userID for a key. Then when a user re-enters the app you retrieve the values from that data source using the current user as the key.
The problem is that the app has no persistent storage. So you'll need to have a data source where the user preferences can be stored along with the userID for a key. Then when a user re-enters the app you retrieve the values from that data source using the current user as the key.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
176 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
268 | |
104 | |
74 | |
56 |