Using the TEAMS send message with the following settings. Issues is the Members list only show ~50 users and it will not load more. How can I find users that are later in the list (alphabet)?
Send a message | Chat Message
Create New Chat | Yes
Chat Type | One on One
Members | can see all members of the org
This is 100% working when I post to a channel. its just an issues loading/finding user in the members window
Welcome to the Make community!
Does Teams have a “Search users” module? Use that to find the user by ID, which you can map into the user field.
For more assistance, please provide the following:
1. Screenshots of module fields and filters
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Uploading it here will look like this:
blueprint.json (12.3 KB)
3. And most importantly, Output bundles
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading it here will look like this:
bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:
-
Either add three backticks ```
before and after the code, like this:
```
input/output bundle content goes here
```
-
Or use the format code button in the editor:
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
2 Likes
you can see in the members box it does list TEAMS users but only the beginning of the alphabet. I cant see/load past ~50 users.
I’ve tried using the map feature and the graph but that is not finding me in the list either. It only works with team members it can find in this drop down.
Member ID might be just the UUID bit of the URL, like 644ecb62-b3f5-4e49-82da-asd
{{add(emptyarray; "644ecb62-b3f5-4e49-82da-asd"; "028315b5-ba28-4b7e-b599asd")}}
2 Likes