Action: Add domains to HTML field security
Add domains to HTML field security action allows
to add web domain to a list of domains in HTML Field
Security setting on the root site collection Site
Settings page under Site Collection Administration Example of Add domains to HTML field security
action configuration on the current site
Note 1: In
order to use the Add domains to HTML field security action in
Scheduled/Triggered Actions Teamsware SharePoint Site Admin Connector has to be
approved by a tenant administrator and site has to be added to Approved sites
list before this action can be used.
Note 2: When you deploy the solution to another
SharePoint tenant, it requires approval of Teamsware SharePoint Site Admin
Connector on the deployment tenant as well.
To configure the action Add domains to HTML
field security the additional properties should be specified.
Configuration
|
Property
|
Required
|
Type
|
Description
|
|
Site
collection url
|
yes
|
String
|
Specify the Full path or Server relative path to the
site collection or expression to be evaluated as URL.
|
|
Domains
|
yes
|
String
|
Specify the web domain you want to add to the list.
Domains should be separated with ',' or ';' if you add more than one domain.
|
Availability
|
Modern
Forms
|
List
Actions
|
Scheduled/Triggered
Actions
|
|
-
|
-
|
✓
|
Output
|
Output
Parameter
|
Type
|
Description
|
|
Domains
|
Array of
strings
|
Returns an array of domain names added to
the site
|
Example:
To use this output and set the value to the text field
open Expression builder and use Assignment expression:
"Domains " +
[[@Actions.Add_domains_to_HTML_field_security.Domains]].join(",
") + " were added to site"
Related Articles
Action: Add users to site
Add users to site action allows to grant an Active Directory (AD) user or group access to a SharePoint site without assigning any permissions. Example of Add users to site action configuration on the current site For more information about Action ...
Teamsware Studio Update 04.12.2025
New features Add domains to HTML field security action Added Add domains to HTML field security action to Scheduled & Triggered actions Bug fixes & improvements Modern Forms Version 1.3.104 Fixed action outputs: Cc and Bcc for the Send email action ...
Secure Azure Function with Microsoft Entra ID for calling from Modern Forms and Automation Actions
This article will provide an example how to secure your Azure Function with Microsoft Entra ID to make secure calls from Modern Forms and Automation Actions using Start Power Automate / Azure Function action Secure Azure Function with Microsoft ...
Action: Add list item
Add list item action allows adding a new list item dynamically to a specified SharePoint list. When the Add list item action is executed, the new item is added immediately setting the configured field values. For more information about Action Builder ...
Action: Delete meeting
Delete meeting action will delete online meeting from the calendar in Microsoft Teams and in Outlook as well. It allows to delete both a single meeting and a series of meetings. Example of Delete meeting action configuration on the current site For ...