Trying to create an app in Splunk-SOAR version 6.4.0.92, using miminal code but keeps getting this error 'str' object has no attribute 'get' -
Hi @g_cremin
Are you able to share your code, please?
This error occurs when your Python code is attempting to use the .get() method on a variable that holds a string value. The .get() method is designed for dictionaries to retrieve values associated with keys, not for strings.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing