Salesforce API Version 58+

  1. My goal: query deeply nested objects in Salesforce

  2. Issue: Prior to Salesforce API version 58, it was only possible to query 1 level deep with SOQL. For my app I need to go deeper. Starting in Salesforce API version 58, this is supported. When I try to set the API version of my Salesforce Resource in Retool, this highest it lets me select is 57.

Are there any plans to support newer versions of the Salesforce API?

Thanks for reaching out, @cgw! I'm not aware of any imminent plans to update this particular resource connector, but I've pinged the owning team and will let you know when I have any updates.

While not ideal, the best interim solution is to write a generic REST API query in order to get the data that you need!