Hello Everyone,
How to view the selected items from screen 1 into screen 2.
Thanks in advance
Screen 2
Screen 1.
Solved! Go to Solution.
You can also simply add the below code in the next screen dropdown.
Default: YourSelectedDataCardNo.Selected.Value
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @DeemaEmadaldin ,
You can use Set() function to get the selected record/value in a variable and Populate second screen based on this value.
If you are using a gallery for selecting records please use below formula. Otherwise please explain your selection point in details.
Set(varSelected,Thisitem)
On the second screen you can add varSelected.ColumnValue in the Default of all the control.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @DeemaEmadaldin ,
Are you using a gallery for selection the items ?
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @DeemaEmadaldin ,
Is there any icon onclick of which you are naviaagation to screen2.
On that icon add the code.
Set(varSelected,Thisitem)
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @PG_WorXz10
It didn't work actually, I added the code to the submit icon but it showed an error
Hi @DeemaEmadaldin ,
This not a gallery.
Could you explain more in the screen shot Screen4 is your 1st screen where you select the items ?
If yes which control value you need to pass to other screen ?
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
no, its not
Screen 4 is the third screen.
i want to pass the selected items from the dropdown to screen 3
User | Count |
---|---|
253 | |
106 | |
94 | |
50 | |
39 |