Hi, I am having trouble using UiPath MicrosoftTeams Activities.
In the Send channel message, I entered the Team_ID in the input pull-down, but it is giving me an input error and I would like to know what to do about it.
If you use the pull-down selection values, the
I am unable to submit and get a build error.
âMain.xaml: Value for a required activity argument ânormalised-teams::channels::messages.team_idâ was not supplied.â
The pull-down displays the following
âGuidâ - âChannelNameâ.
As per error i see the id that you entered âŠit is expecting in a different formatâŠor are there any special chaeacters? If yes use uriencode(teamid)
Did you enter it in the same format you saw when you selected the drop down?
In the drop down you might see names but it needs the id of that
Did you enter it in the same format you saw when you selected the drop down?
I typed the text in the pull-down display into the advice editor.
e.x)
Pulldown display: aaaba3da-2599-46d3-aabb-284113918aa3 - TEST
advanced editor: âaaaba3da-2599-46d3-aabb-284113918aa3 - TESTâ
The error message content has changed.
I am getting an error that my Team_Id is wrong.
I am sure that the Team_Id is correct.
For reference, other parameters are set as follows
ConnectionId:(Connector Name)
ChannelId:âTESTâ
TeamId:âaaaba3da-2599-46d3-aabb-284113918aa3â
Content:âTESTâ
TeamsChannelLink is this.
(Some of the text has been rewritten to sample characters.)
âXXXX://teams.microsoft.com/l/channel/XXXXXXXXXXXX?groupId=aaaba3da-2599-46d3-aabb-284113918aa3&tenantId=XX94451a-dc70-XX93-97fd-f0a3e4d7e6XXâ
Everything looks correct except the channel id which should have been an id⊠i see you have given a text there⊠give the correct id you can get from channel url
Thanks for the reference info!
The reason was that I had specified the âChannelIdâ incorrectly.
I re-specified it based on the URL page you provided and was able to send the message successfully.