Hello Team
I'm implementing a playbook in IBM Qradar SOAR v47. To test the functionality, I have created 2 scripts in the playbook. The first one updates the incident custom field to a static value. This runs as expected. Example code below -
incident.splunk_imperva_informative_findings_count = "100"
However the issue arises when I add another script that tries to get the custom value. Here, In the second script, Im trying to read the custom value which is when an error is popping up when running the playbook. Code to access the custom field value -
incident_field_value = incident.splunk_imperva_informative_findings_count
Error Image -

Any assistance on this would be appreciated ! Please let me know if any additional information is needed from my side on this.
Thanks
------------------------------
Fnu Preetham Nagesh
------------------------------