SOLVED

Gallery work with individual item

Copper Contributor

Hello,

 

I have a list with multiple items in it and those items are being displayed in a gallery. For example I have 6 images and one of them isn't rotated correctly so I have a button that changes image rotation but it changes the entire gallery selected images and not the specific one that is selected.

 

Switch(locRotate,
ImageRotation.None, UpdateContext({locRotate:ImageRotation.Rotate270}),
ImageRotation.Rotate90, UpdateContext({locRotate:ImageRotation.None}),
ImageRotation.Rotate180, UpdateContext({locRotate:ImageRotation.Rotate90}),
ImageRotation.Rotate270, UpdateContext({locRotate:ImageRotation.Rotate180}),
UpdateContext({locRotate:ImageRotation.None})
)

1 Reply
best response confirmed by LukasSliuzas (Copper Contributor)
Solution

@LukasSliuzas you can't change individual items within a gallery without it also changing all items in the the gallery. YOu would need to select the item, go to a different screen and edit the item there.

 

Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)

1 best response

Accepted Solutions
best response confirmed by LukasSliuzas (Copper Contributor)
Solution

@LukasSliuzas you can't change individual items within a gallery without it also changing all items in the the gallery. YOu would need to select the item, go to a different screen and edit the item there.

 

Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)

View solution in original post