SOQL Builder 1.1 Adds Related Fields and More
We recently published a component that generates SOQL queries, enabling users running Flows to build their own queries at run time.
This package upgrades the component to version 1.1, adding the following functionality:
- You can now traverse to select related fields via relationships (example:
[SELECT
Account.Name FROM
Contact...]
- An ‘Add All’ button lets you easily create the equivalent of a Select *
- You can lock down the object that the query is returning by setting the attribute disableObjectTypeSelection to True. This is useful when you’re pairing this component with an Execute SOQL action, because the action has to be locked to a specific action type in the Flow Builder, and this avoids the user selecting a different action and ending up with a mismatch.
For more information, see https://unofficialsf.com/a-graphical-soql-query-builder-for-flow/
