Invoke Fusion API within BML with IN operator in q parameter
Summary:
Invoke Fusion API within BML with IN operator in q parameter
q=param in ('abc@domain.com','xyz@domain.com')
Content (please ensure you mask any confidential information):
I have tried various ways but keep getting this 'URL request parameter q with value …… is not valid'.
Tried passing REST-FRAMEWORK-VERSION in Headers as well as the URL.
Tried mimicking the below POSTMAN working one as well as slightly tweaked ones in script
q=param in ('abc@domain.com','xyz@domain.com') with REST-FRAMEWORK-VERSION gives output in POSTMAN but unable to pin it within BML.
Tried encoding the special chars in the script