Skip to content

The Salesforce Building Blocks

⚠ Early Access Feature

This feature is Early Access and may change based on user feedback and testing. Share your thoughts with our team to help us improve it.

The Salesforce building blocks are designed to automate key actions within Salesforce applications, including login, field input, and user interactions.

Login block is used to launch a Salesforce browser session and authenticate the user with provided credentials. This block is added directly in Studio and supports session reuse if a valid session is detected.

Click Element block is used to simulate a user click on interactive elements such as buttons, tabs, or icons within the Salesforce interface.

Set Element Text block is used to enter values into standard text boxes—such as Name, Email, or any mandatory input field in Salesforce forms.

Set Element Dropdown block is used to choose an option from a dropdown menu. It supports both typed input and selection from listed values.

Set Element Checkbox block is used to check or uncheck a box, commonly used for enabling preferences, accepting terms, or activating features.

Set Element Radio Button block is used to select an option from a group of mutually exclusive choices within a form, such as selecting a user role or preference.

Set Toggle Button block is used to turn toggle buttons on or off, enabling or disabling specific settings in the Salesforce UI.

Set Element Combo Box block is used to select one or more options from a multi-select dropdown field. It supports both manual typing and multiple value selection.

 

Created 23.06.25