- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-01-2021 12:09 PM
Does the Content Type of the list affect how it is read in by an automation or playbook, or is that only for editor syntax highlighting? Previously, would input json into a list, but since it is read in as text, we would have to handle the data with a text to json transformer. Does this still work the same?
12-02-2021 02:47 PM
It works the same.
The content type of a List does not matter when it is pulled into a playbook task. You would need to use ParseJSON transformer to convert the string obtained from the list into a valid dictionary object.
Same with automation scripts.
The webinar demos both these capabilities. Please feel free to check out the recording and revise.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!