Hi,
I'm getting this error when my script is run.
I've been trying to figure what I need to do to define the jsonData, but I'm not having any luck.
What do I need to do to resolve this error?
Traceback (most recent call last): File "TriggerRequest-CellPhoneCanada.py", line 108, in <module> data = {'INPUT_DATA' : jsonData ,'TECHNICIAN_KEY': TechnicianKey,'format':'json','OPERATION_NAME':OperationName} NameError: name 'jsonData' is not defined
Thanks,
Patrick Korman