Forum Discussion
Yes, I agree but I have not control over it. It’s the List API here >>> Workspace API 2.0 | Databricks on AWS.
I’ve tried Post but the API isn’t listening for it, the only option is READ with a payload, which is trivial through code or tools such as Postman, but I can’t find a way through Snap. Any ideas welcome! Thanks.
Try passing the path and its value as a query parameter. Their documentation suggests this should work:
- SpiroTaleski4 years agoValued Contributor
Hi Spiro,
Below is the received error message. It doesn’t work either with 2 equal signs…
Expression parsing failed near -- SSO__c >> = << TRUE (Reason: Attempt to use assignment at line 1:7, which is not supported in the expression language; Resolution: If you meant to compare two values, use two equals signs (==))
- SpiroTaleski4 years agoValued Contributor
- SpiroTaleski4 years agoValued Contributor
Use ‘=’ instead of ‘==’ on the place where you make comparison .
Or please share the query that you are trying to execute.
Hi @Spiro_Taleski,
After attempting lots of variations, this one did the trick:
'CUSTOM_FIELD__c = TRUE'
As always thanks for your help