Hi
I want to create an where the gallery displays customer list, but when an item is pressed the data gets inserted into an edit form.
Is that possible?
I tried putting
Set(varID,ThisItem.Id)
in the OnSelect property in Gallery, and
LookUp(LookUp(datasource,Id-varID))
in the item property in the form
Solved! Go to Solution.
Hi @IzabEwa ,
On gallery OnSelect try below code.
Set(varID,ThisItem)
For all the controls in the edit screen try code like below
varID.ColumnName
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 @IzabEwa ,
Correct me if I'm wrong.
You want to select a item from the gallery and want to show all the details of the selected gallery item in edit page ?
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.
yes
Hi @IzabEwa ,
On gallery OnSelect try below code.
Set(varID,ThisItem)
For all the controls in the edit screen try code like below
varID.ColumnName
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.