Forum Discussion

Michal_Pral's avatar
Michal_Pral
Copper Contributor
Jan 16, 2022
Solved

SharePoint list JSON link with multiple values column

Hi all,   I have created a JSON format in SPO list which am I using to filter some values in another SPO list. Everything works fine, but the Test column is multiple value column. So when there is ...
  • ganeshsanap's avatar
    Jan 17, 2022

    Michal_Pral How to do you want to pass the filter value when [$Test] column has multiple values?

     

    If you want comma separated values, you can do so like:

     

    join([$Test], ',')

     

    DocumentationJSON Formatting syntax reference  


    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.

Resources