Best Of
Bridge and Get Sharepoint List Items - No pagination?
I'm trying out Bridge's Sharepoint module to get items from a Sharepoint list. The response from Sharepoint only returns a maximum of 200 items.
And the issue is that there doesn't seem to be ANY information in the response about Number of items or pagination.
So… really unsure how this is useful for more than 200 items :)
Seems it will just have to be an API call or am I missing something with this Sharepoint module in Bridge? I do miss obvious settings from time to time. I've looked several times but see nothing about pagination however…
Darren Mullen
Smartsheet Bot on MS Teams Access for EU Users
Hi,
I understand from the support team that Smartsheet EU users cannot currently utilise the personal notifications on the Smartsheet Bot in Teams feature. It's a great feature that will enhance the team collaboration and engagement with various Smartsheet assets and notifications directly within Teams.
This would be a fantastic feature for all of us in the Smartsheet EU to have. Looking forward to the community support on this.
Regards
Guru Rajendra.K
Group management: a small list of suggested enhancements
I have already submitted these to the product feedback form.
Group management could be made a whole lot easier.
- A group admin should be able to maintain a group by listing people in a sheet made for that purpose.
- Should also be able to export a CSV file of group members (for auditing purposes).
- Group members should be listed in alphabetic order in a group.
- Group membership should also be an option for contact drop down lists - either single or multi-select. i.e. I have a contact drop down, and I want to specify that it be populated from the members of a particular group.
Large groups are very difficult to manage. Members aren't even listed in alphabetic order, so visually scanning a group to audit it is very time consuming.
Bruce Northcote
Re: Combine two pro plans under the same pro plan
The information above from 2023 is specific to Pro Plans on the Legacy Collaborator Model. Here's the Help Article with more information:
In this instance, as long as the users who owned sheets on the second plan still have licenses in the new plan, then all of those owned sheets will stay the same: same URL, same workflows, same forms, etc. 🙂
If you have a very specific scenario to go through, you can reach out to Smartsheet Support with the information about both plans (what type, what model, number of users, etc) and they can help clarify the process in your instance.
Cheers,
Genevieve
Genevieve P.
Group management could be made a whole lot easier.
I have already submitted these to the product feedback form.
Group management could be made a whole lot easier.
- A group admin should be able to maintain a group by listing people in a sheet made for that purpose.
- Should also be able to export a CSV file of group members (for auditing purposes).
- Group members should be listed in alphabetic order in a group.
- Group membership should also be an option for contact drop down lists - either single or multi-select. i.e. I have a contact drop down, and I want to specify that it be populated from the members of a particular group.
Large groups are very difficult to manage. Members aren't even listed in alphabetic order, so visually scanning a group to audit it is very time consuming.
Bruce Northcote
Group Management: Download list of group members
Hi! I am a sys admin and manage groups for our account.
I have to do an audit/update of a large Group in Group Management. I received a new csv master list of the group of members, including all who are already in the group, and those new members who will need to be added to the group.
I think I have to compare who is in the list against the csv file so I can determine the new members I'll need to add.
But I don't seem to be able to capture the member list from Smartsheet. The Group Sheet Access Report does not contain the list of members.
And I don't see any option to download a member list, nor will it allow me to select the text of the list of members within my browser so that I can copy and paste into my excel file.
Any suggestions?
Re: Function for "current user" to use in formula?
Think this would/should work.
Steps to Create the Filter:
- Open your sheet in Smartsheet (web version).
- Click on the Filter icon (funnel symbol) in the toolbar.
- Click + New Filter.
- Give your filter a name (e.g., “My Open Tasks”).
Add the following conditions:
Condition 1:
- Column: Status
- Condition: is not
- Value: Complete
Condition 2:
- Column: Assigned To
- Condition: has any of
- Value: Current User
Condition 3:
- Column: Consult With
- Condition: has any of
- Value: Current User
Combine Conditions:
- Change the logic from "All conditions must be true" to "At least one condition must be true" for the Assigned To and Consult With conditions.
- So the logic should be:
- Status is not Complete AND
- (Assigned To has Current User OR Consult With has Current User)
Smartsheet doesn’t support nested logic directly in filters, but you can work around this by:
- Creating a helper column (e.g., “User Involved”) with a formula like:
=IF(OR(HAS([Assigned To]@row, USER ()), HAS([Consult With]@row, USER ())), 1, 0)@row, USER
2. Then filter where:
- Status is not Complete
- User Involved = 1
Ape_Man819
Re: Bring Back the Outlook Add-In - Please upvote this!
We must have this tool. We love the functionality, ease, and structure of Smartsheet. We have a company over 1200 employees who have access and use Smartsheet regularly. Please keep this for us.
Re: Bring Back the Outlook Add-In - Please upvote this!
This is an amazing tool! It is critical that we are able to use this feature!
Account-level email threshold monitoring
It appears that we need a mechanism to monitor our 500-limit threshold on emails. Seeing that you're counting any/all tasks going out the email component (including update requests) and it will only surface in the activity log of the offending sheet. If I have my facts correct.
With dozens of workspaces and untold sheets, IT needs a way to monitor this at an enterprise level and see when a limit is nearing and or has been breached. Workflows and and operations are dependent on this. Ideally, while it would be nice to see these in the Admin center a simple user email could be the contact for these notifications.