Error in Salesforce Connector with ExecuteCustomQuery action

Hello everyone!

I am trying to create a dynamic query in a Salesforce connector that I have set up in an integration, where the offset and limit values are set via a query parameter. When I run the test, I get the following error (it seems the query parameters are not being saved correctly). How can I ensure that the placeholders are replaced by the corresponding value?

Thank you!

Hi miguelgracia
We tried to replicate the same scenario at our end and it was reproducible. When we debugged further on this we found out setting the offset value in the query parameter is not supported in GCP and it is supported only for queries in the where clause.