- Posts: 1130
- Thank you received: 458
I am also not clear with how this will work , if the value evaluates as 1 , then what does 'Value' mean ?import json
data = json.loads(etltools.GetVariable('<json_variable>'))
if data.get("type") == "audio":
Result.value = 1
else:
Result.value = 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.