How to Find Data Paths
- Data paths are used across platform as addresses for specific data points
- You need to be able to find the right data path to set up many of the functionalities enabled by Advanced Editor
Video explanation
Steps to set up
- There are a few ways to find data paths
- RECOMMENDED WAY: In the advanced editor you can navigate to a component and then take the data path from the “dataPath” property
- Using the advanced editor is the best and easiest way to find data paths
- You can manually type the data path as the default data path follows this format
- “$.{taskName}.{componentName}”
- Where all the names are in camel case
- You can also find the data path from the workflow object
- Go to the workflow board, right click and go into the inspect tools
- Go to the network tab
- Refresh the page
- Copy the unique id of the workflow from the URL
- Past the unique id into the filter box in the network tabs in the inspect tool
- Click on this item then go to the response tab
- Under layoutProperties find the component that you are looking for and copy the value from the dataPath property