So I built the carousel pulling images (attachment) from Sharepoint List. I have used below formular
Last(ThisItem.Attachments).AbsoluteUri
It seems images are displaying correctly from browser, yet it is not displaying in iPAD.

So I built the carousel pulling images (attachment) from Sharepoint List. I have used below formular
Last(ThisItem.Attachments).AbsoluteUri
It seems images are displaying correctly from browser, yet it is not displaying in iPAD.
Hi @ArnoldB ,
Try
Last(ThisItem.Attachments).Value
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.
Visit my blog Practical Power Apps