George Selly
George Selly•3w ago

Salesforce Queries Returning Invalid Info When Run on Windmill

Hello! I've got a very small script that uses the simple_salesforce Python library to query my company's accounts. When I run that code locally the name on an account I care about is (for the purposes of privacy) "Infinity Enterprises", but when running on Windmill it returns " null Enterprises"; the word "Infinity" gets replaced with " null " inside that string field. Do y'all have any idea what could be causing this?
6 Replies
rubenf
rubenf•3w ago
Yes it's a windmill behavior we will fix
George Selly
George SellyOP•3w ago
Thanks a ton!
rubenf
rubenf•3w ago
what version of windmill are you on just to be sure?
George Selly
George SellyOP•3w ago
My account settings say v1.518.0
Pyra
Pyra•3w ago
You should be able to skip post-processing by prepending script with #skip_result_postprocessing You can read more at this PR - https://github.com/windmill-labs/windmill/pull/5769
George Selly
George SellyOP•3w ago
Thanks a ton!! This fixed it 🙌

Did you find this page helpful?