Specifying Folder as a Predefined Input to Real Time Query
I need to create a Real Time Query in xCP where I want to use the "Parent Folders" attribute as a Predefined Input. What is the format for specifying that value? Is it a path like '/Reports/Reports 2' (in single quotes)? Or does in have to be the ID of the folder that I am interested in searching?
Thanks
0
Comments
The Predefined Input option is basically used to further refine the output of the result set by passing a hidden parameter. For the 'Parent Folders' attribute you need to pass the object ID of the folder to filter the results based on a specific folder.
Thanks!