I wish to put in a gallery a list of all Epic work type items using AzureDevOps.ListQueriesInFolder however I do not know the proper syntax to achieve this in the required Folder Path parameter. Thanks!

I wish to put in a gallery a list of all Epic work type items using AzureDevOps.ListQueriesInFolder however I do not know the proper syntax to achieve this in the required Folder Path parameter. Thanks!
Hey @Revlock97
I think you are only missing the specific folder name or need to switch project name with org name try something like :
AzureDevOps.ListQueriesInFolder("YOUR-ORG-NAME", "YOUR-PROJECT-NAME", "/Shared Queries/Epic Queries").value