Share resources with your team
Share the following resources with your team:
- Share authoring of apps
- Share authoring of databases
- Share sample apps with your team
- Share data sources with your team
- Restrict access to team data sources
- Share integrations with your team
See also:
Share authoring of apps
AppSheet app creators can share app authoring with individual team members. For details, see Share: The Essentials.
Share authoring of databases
AppSheet database creators can share database authoring with individual team members. For details, see S hare databases.
Share sample apps with your team
You can share sample apps with your team configuring your team or your app. Your team sample apps can be viewed or copied (but not modified) on the My Team page by anyone on the team.
Note: Apps must be deployed before you can share them with your team.
Share sample apps when configuring your team
To share a sample app with your team when configuring your team:
- Sign in to AppSheet.
- Select My team in the account profile drop-down.
- Click Shared Apps.
- Click Add a team sample.
[画像:Add a team sample app] - Click the sample that you want to share with your team.
Share sample apps when configuring your app
To share a sample app with your team when configuring your app:
- Sign in to AppSheet.
- Open the app in the app editor.
- Select Manage > Author.
- Expand the Team Work section.
- Turn on Make this a team sample?
- To hide the app definition details from team members in the team portfolio, turn on Hide app definition. In this case, team members won't have the option to view the app details.
- Click Change visibility.
Share data sources with your team
To share a data source with your team:
- Sign in to AppSheet.
- Select My team in the account profile drop-down.
- Click Shared data.
- Click + New Data Source and follow the prompts to add a new data source.
- After the data source is added, select More menu options More > Share with my team in the More menu.
Note: To hide a shared data source from your team, select Hide from Team in the More menu.
[画像:Share with team option in More menu]
A copy of the data source appears under Team Sources. For example:
[画像:Shared data source under Team Sources]
Team members can view all shared data sources by selecting My team > Shared Data.
[画像:Shared data including 3 team data sources and 1 team domain]
Restrict access to team data sources
Restrict access to team data sources to only specific team members by defining a governance policy. When naming team data sources, AppSheet includes the string: :Team:
For example: google_cloud_identity-1:Team:1234567
Using the :Team: string in a policy condition, you can restrict the team members that can access any of the team data source.
To restrict access to team data sources, do the following
- Add a predefined policy.
- In the Policy template drop-down, select Restrict data sources.
- Update the Condition as follows, modifying the list of approved team member email addresses in the
LIST()function:
OR(NOT(CONTAINS(DataSourceName], ":Team:")), IN(USEREMAIL(), LIST("emailaddress1", "emailaddress2", ...)))
Modify the other fields, as required. See Configure the policy.
For example:Policy for restricting access to team data sources
- Review policy compliance.
- Click Save.
Share integrations with your team
When adding integration points on the My account > Integrations tab, such as auth domains, object stores, inbound and outbound channels, or app services, you can share those integrations with your team by selecting More menu options More > Share with team after you add the integration.
In addition, you can set an auth domain as the team default by selecting More menu options More > Make team default after you share the auth domain with your team.
Make team default
See also: