Forum Discussion

Jake_Hembree's avatar
Jake_Hembree
Brass Contributor
Mar 31, 2023
Solved

SharePoint list (not site) image carousel

I'm looking for a way to create an image carousel in a list. Currently I have a list that displays an image using: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatti...
  • ganeshsanap's avatar
    ganeshsanap
    Apr 04, 2023

    Jake_Hembree You can use setValue in customRowAction to update column value based on another column values like: 

     

    "customRowAction":{
        "action": "setValue",
        "actionInput": {
          "FieldInternalName_1": [$FieldInternalName_2] + 1,
          "UpdateState": "=Number(@now)"
        }
    }

     


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

    For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs

Resources