Simple query. May not be possible. Searching has turned up zero results, though I may not be using the correct terminology.
I'm building an app where people ask questions. I have a search box where people can input a question that they have and it then searches a gallery on that same page to see if their question has been asked already. If nothing is found, they can click a button on that page that takes them to a form on a new screen to actually submit their question.
The ask: Is there a way to setup the app so that if the question they partially input into the search box could be transferred to the question form on the other page (upon button click) so that they don't have to type it out again? Is this possible in PowerApps?
Solved! Go to Solution.
Thanks for the reply. It was helpful, but only up to a point. A few things, and this if partly for anyone who comes across this post going forward.
I used this helpful YouTube video to understand Global Variables to begin with: https://youtu.be/mCj1X6KRYew
Hello!
Yes, it can be done via Global variables.
Set(varSerachBoxText, YourTextInput.Text)
Hope this helps
Thanks for the reply. It was helpful, but only up to a point. A few things, and this if partly for anyone who comes across this post going forward.
I used this helpful YouTube video to understand Global Variables to begin with: https://youtu.be/mCj1X6KRYew
User | Count |
---|---|
125 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
215 | |
181 | |
139 | |
97 | |
83 |