Hi Rubin
Thanks for the above but a bit confused. I've created a text box but can't add gallery to it. Essentially, the way the process works is a gallery displays all the entries and certain fields from the SP list. By clicking on the navigate button, i have the following formula: -
Set(EditTicket,ThisItem);
Navigate(TicketDetails,ScreenTransition.Fade,{inctitle:ThisItem.'INC Title',subject:ThisItem.'Ticket Subject',assignedto:ThisItem.'Assigned To',
createdon:ThisItem.'Created On',priority:ThisItem.'INC Priority',description:ThisItem.'INC Description',
RaisedBy:ThisItem.'Raised By',attachment:ThisItem.Attachments});
On the ticketdetails screen, i have text boxes which populate based on the selection from the gallery. What i need to do is display attachments related to that entry to the SP list entry so if i clicked to navigate and show me ticket 01 which has an attachment, this would be displayed as well
Thanks