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
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Add domains to HTML field security action in Scheduled/Triggered Actions skybow 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. Learn more about skybow M365 Connectors
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of skybow 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"