-
App Designer
- Creating an Application
- User Interface
- Pages and Navigation
- Database
- Stylesheets
- Custom Actions
- Text Resource (Run-time) Editor
- Queries
- Application
-
- Sections
- Containers
- Textbox
- Checkbox
- Dropdown
- Radio Button
- Calendar
- File Upload
- Input Grids
- Slider
- Content
- Output Grid
- Charts
- Maps
- Gauges
- Button Control
- Show all articles ( 1 ) Collapse Articles
-
SpreadsheetWeb Hub
-
Workspaces
-
Tags
-
Applications
-
Data
-
Users
-
Web Services
-
Integrations
-
- Connecting Quoting Applications to HubSpot
- Connecting an Online Calculator to Salesforce
- Automating E-Signature Collection with Make.com
- Uploading Files to Google Drive with Make.com
- Uploading Files to OneDrive with Make.com
- Connecting monday.com Board to a SpreadsheetWeb Application for Backend Calculations
SpreadsheetWebUserInfo
The SpreadsheetWebUserInfo
formula can be utilized to inject user-related information into your workbook, which can help you with tasks such as varying your logic based on the specific user.
The syntax for the SpreadsheetWebUserInfo
formula is as follows:
=SpreadsheetWebUserInfo("ParameterName")
The available parameters that can be retrieved into your workbook are defined below.
- Id – This is the unique identifier of the user.
- FirstName – The first name of the user.
- LastName – The last name of the user.
- Email – The email address corresponding to the user.
- PhoneNumber – The phone number corresponding to the user, if any was provided.
- AssociatedTags – A list of tags that the user is associated with. These will be provided in a format of
{Text}: {Id};
. - AssociatedTagNames – A list of tag names that the user is associated with. These will be provided in a format of
{Text1}; {Text2}
.