Dropbox: Get Sharing Information

Hi!
I am able to get Sharing Information as a JSON output. But I need only certain JSON fields on a regular basis. Please suggest a solution.

Hi!
If you observe, the Get Sharing Information step, there is an Extract JSON fields table. Specify the names of the JSON fields to fetch along with it JSON path and data type.
Note: The path can be fetched using Json Pathfinder and replacing x with $ and index (e.g. 0) with actual index or * in the path
(e.g. provide “$.d.results[*].FileName” to get FileName value)