Hi,
I have a text in a collection that I want to pass on a field in another form once I click the button.
Attached is the code in the button, I am storing the Title Value from a Sharepoint list in a collection.
What I want is, when I navigate CreateTicketForm, The Title in the Collection to populate a field OrderNumber.Text.
Thanks
Solved! Go to Solution.
Hi @CrispExcel
Hi @CrispExcel
Thanks for the quick response and assistance @yashag2255 !
@yashag2255 wrote:Hi @CrispExcel
If you want to get the text out of the collection item on the field on second screen, you can update the "Default" property if it is a text input or "Text" property if it is a label with the below expression:First(Customers).TitleHere, Title is the name of column storing the value that you want to display.
User | Count |
---|---|
239 | |
116 | |
94 | |
58 | |
32 |
User | Count |
---|---|
287 | |
132 | |
106 | |
63 | |
57 |