154 questions
0
votes
0
answers
67
views
Adaptive Card Action.Execute target URL
Exchange dropped Action.HTTP in favor of Action.Execute, which doesn't have a URL property.
Setting up an Actionable Messages App allow multiple/regex targets.
In real-life scenario, same message may ...
0
votes
1
answer
117
views
PowerApps - Office365Outlook.SendMailwithOptions Not getting response
I am using the Office365Outlook connector SendMailwithOptions and using Microsoft Power Platform Help page was able to set it up as such:
Office365Outlook.SendMailWithOptions(NotificationURL,
{
...
0
votes
1
answer
161
views
Actionable Messages not working on mobile
I am trying to create an informative email for users with multiple collapsible sections that would work primarily with Outlook. I figured the best way to achieve this would be to create an Actionable ...
0
votes
0
answers
76
views
PowerApps, Unable to save the DisplayName returned by Office365 component
I have created an app with PowerApps to follow the status of my customer requests. I have used SharePointIntegration technology and everything works (Edit, Save, Custom rules, ...) except .... to save ...
0
votes
2
answers
5k
views
Sending Notification in Microsoft Teams using Webhook Request Workflow
I had built a pipeline which scans the Keyvaults and sends a Microsoft Teams notification using Webhook(Eonos Office Webhook) incase any Key/Certificate has expired/about to Expire. And the pipeline ...
0
votes
1
answer
2k
views
Using Webhook URL in Azure Pipeline to send Microsoft Teams Notification
I had built a pipeline which scans the Keyvaults and sends a Microsoft Teams notification using Webhook(Eonos Office Webhook) incase any Key/Certificate has expired/about to Expire.
And the pipeline ...
-1
votes
1
answer
80
views
Office 365 Graph connector vs custom plugin which one should be used for FileSystem Application
We have an on-premise file system product. You can think of like Dropbox that runs on-premise. Our users have their own files, and they can also share these files with other users within the ...
0
votes
1
answer
810
views
PowerApps - Office365Users.DirectReports
I'm encountering an issue with my application's Office365Users.DirectReports function. The error message states:
office365users.directreports failed: the function 'directreports' has an invalid value ...
1
vote
1
answer
2k
views
O365 connectors within Teams will be deprecated
Recently started receiving the following warning on our GitHub MS Teams Channels :
Action Required:
O365 connectors within Teams will be deprecated and notifications from this service will stop.Learn ...
0
votes
1
answer
8k
views
Powerapps Office365Users.SearchUserV2 not showing full list of Office365Users in the active directory
On a powerapps form, I have a dropdown searching the users. I am using the following in the "Items" of the DataCardValue10
Filter(
Office365Users.SearchUserV2(
{SearchTerm:Trim(...
-1
votes
1
answer
1k
views
Send email with options in Power Apps using Office365Outlook Connector
I just recently found the "Send mail with options" function in Power Apps with the Office365Connector. It seems to have two items that it needs to run:
(NotificationURL, Message)
I am ...
0
votes
1
answer
4k
views
Power Apps Collection: How to access nested table items from collection?
What I am trying to do is paste a list of user IDs, and resolve the list to the people and then save their info to a collection and eventually write them to SharePoint.
I have a multiline text input ...
0
votes
1
answer
1k
views
How often does the MS Teams connector (Incoming WebHook) URL expire/update?
There are 3 channels in MS Teams, each configured with an Incoming WebHook connector. The URL of all the 3 connectors are passed as 3 global parameter in Azure Data Factory. The connector was created ...
6
votes
0
answers
774
views
office365ConnectorSend - not able to get the desired colour in the MS teams message
I am trying to use office365ConnectorSend to send message from Jenkins to MS Teams and the colour attribute seems to be not working at all.
I am using something like below in Jenkins pipeline file as ...
0
votes
1
answer
2k
views
When new email arrives (V3) Office365 Polling Frequency
In Azure Logic Apps (Standard), I am creating a workflow that gets triggered when a new email arrives to a mailbox. However, I see there is a delay of 20-30 sec after the mail arrives to the mailbox. ...
0
votes
1
answer
267
views
Append an e-mail to 'sent' using Microsoft Graph?
I use PHPMailer to send e-mails from an application. For IMAP-bases accounts, I can then imap_append the e-mail I just sent to the .Sent folder, so that to the user, it is like he or she sent the e-...
0
votes
1
answer
542
views
Connect to other users Outlook in Azure Logic App
I have constructed a LogicApp Standard that manipulates Outlook Tasks. The "Outlook Tasks Connector" allows me to nominate an account to use when doing this, but the Actions only give me ...
0
votes
0
answers
180
views
O365 MS Teams MessageCard img alignment issue in markdown text
I'm using a legacy MessageCard type to send to a Microsoft Teams channel connector. This card is used to accept user-supplied markdown as the text:
{
"@type": "MessageCard",
...
1
vote
0
answers
914
views
Microsoft Teams MessageCard (Connector card) doesn't display Images
I'm testing out the Message Card type payload, but Images won't show. Am I missing something?
https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#...
1
vote
2
answers
6k
views
Is there a way to automate webpage login and download report?
Is there a way to automate a task a webpage login and download report maybe with power-automate or some other method?
open web page
enter any parameters.
click download button.
save download to local ...
2
votes
0
answers
88
views
Do we have any Spark connector to read the file(s) from OneDrive?
Do we have any Spark connector to read the file(s) from OneDrive? Requirement is to read the file which is in Onedrive to a spark context and apply some transformations to it.
1
vote
0
answers
2k
views
Create a On-Premise Gateway from Linux to Power Automate
I'm having a lot of trouble with this question and don't really find a lot of resources with it. I have a Power Automate Flow setup (triggered by a user submitting a form) in which I would like to ...
1
vote
0
answers
244
views
Accessing online ExchangeArchive programmatically through PowerApps etc
I'm trying to build a tool in PowerApps that allows less technical users a simple interface (rather than the somewhat clunky outlook search bar) to be able to search, find, assess and save email ...
0
votes
2
answers
5k
views
SQL 2019 Database Mail Setup to relay from an Office 365 Address
Summary:
My organisation moved from Exchange to Office 365
For years the SQL Database Mail has used Local SMTP (with a spf record to stop mail being flagged as junk)
The instant that Office 365 was ...
0
votes
1
answer
532
views
Logic Apps Office 365 connector how to send plain/text email
How can I set the content type of the email body in the activity Send Email(v2) in O365 connector in logic apps? The default is html and I cannot see an option to change it
0
votes
2
answers
1k
views
Azure logic apps 'o365 connector' action 'send approval email' returning null for property 'useremailaddress'. Why?
Azure logic apps 'o365 connector' action 'send approval email' returning null for property 'useremailaddress'. Why?
The Azure logic apps documentation for the 'office 365 outlook connector' shows that ...
2
votes
0
answers
463
views
Unexpected error while saving Microsoft Teams connector
I've developed an app and connector for Microsoft teams, whenever I try to setup a connector for a specific channel and save the connector when the setup is finished there is an unexpected error ...
0
votes
0
answers
92
views
Can unpublished Microsoft Teams connectors be owned/registered to a tenant rather than an individual?
It seems that Microsoft Teams conectors have to be registered/owned by an individual's microsoft account (unless they are published to the app store), whilst the Microsoft Teams app that uses them, ...
-1
votes
1
answer
2k
views
Jenkins - how to access parameter for Office 365 Connector (notification webhook)
What is the variable for the Office 365 Connector (notification webhook)?
Other examples of variables that I am able to retrieve:
variable
parameter
GIT_COMMIT
%GIT_COMMIT%
0
votes
0
answers
187
views
Custom Teams Office 365 Connector cannot be setup
The problem
I am trying to build a configurable team tab with a custom connector but having serious issues when the teams app is installed and try to configure the connector. I created tab apps and ...
0
votes
0
answers
281
views
Disable Jenkins Office 365 Connector Notifications based on time
I have a FREESTYLE Jenkins job (i.e. not a pipeline job) that is leveraging the Office 365 Connector to notify events.
In the Advanced Configuration there is a section to only trigger using Macros (...
0
votes
0
answers
43
views
Microsoft Teams - Reached Connector Limit Despite No Connectors
I am receiving the error "You have reached the limit for number of Connectors. Please remove some connectors before adding more." when I try to go to the Connector dashboard.
I have zero ...
1
vote
0
answers
77
views
Connectors Development Dashboard not listing existing connectors, claiming "reached the limit"
We have created 5 or 6 Connectors last year, one of them is published to the Teams app store as part of a published MS Teams app. Now I have to make an update to some of the connectors. After login to ...
0
votes
1
answer
870
views
Office 365 Connector does not show the branch name after a message sent from Jenkins to MS Teams
When the Office 365 Connector triggers a build it sends from Jenkins to MS teams a new message which has the following default view (see the screenshot below).
Is there any way to add a git branch ...
2
votes
1
answer
1k
views
Word JavaScript preview API
Is it possible to use the preview API in a offline environment? I means, something like to reference locally the library.
Thank you for your time.
Best regards
0
votes
1
answer
1k
views
Powerapps - Office365Users Combox not saving on form submit
I have an app which tracks help desk tickets and allows admins to assign users to them. The trouble when trying to save changes to the details screen, the 'Assign To' combobox clears itself and isn't ...
0
votes
1
answer
143
views
how to prevent number hyperlinks on android devices in microsoft teams message cards
we currently are building a connector for Microsoft teams, whenever we include a number in the message card that we send, on ios, and web teams apps it's looking fine, however on android devices all ...
0
votes
1
answer
336
views
What is the best way to setup a test user for a Microsoft teams app in a closed B2B platform
we are running a trading B2B platform were we cannot create testing accounts on a production environment.
Currently we are trying to submit an app to the Microsoft teams catalog, the submission ...
0
votes
1
answer
154
views
MS Teams Connector Save Button Gives Error: Received error from connectors
I am getting "Unable to save connector configuration. Please try again." error when I try to save my connector on MS Teams.
Error details are below:
Received error from connectors
{
&...
0
votes
1
answer
285
views
Showing Webhook URL to Users
I generated a connector app with Yeoman Generator for Microsoft Teams using yo teams command.
When I use below code at src\client\msteamsConnector\MsteamsConnectorConfig.tsx I can see the webhook url ...
0
votes
2
answers
360
views
Is there a way to hand a document around with Power Automate?
I have a workflow that requires me to hand a file around my team and each of my team members needs to do something with this document. They have to do it in a certain order and one after another.
The ...
0
votes
1
answer
113
views
"HttpPOST" action gives a {"errorCode":"Forbidden"}
I have created Creating Office 365 Connectors for Microsoft Teams successfully. I can send message card to a teams channel. The message card contains an "HttpPOST" action, however when I ...
0
votes
1
answer
532
views
Get paragraph items within only the selected table cells
I am working on an add-in for Word using Office JS. I have an issue getting the current selected paragraphs items within a Table selection, with a subset of table cells selected. The API only returns ...
0
votes
1
answer
2k
views
Microsoft Teams HttpPost Action fails with BadRequest
We use the Incoming Webhook feature to send notifications from our application backend to our internal Teams channel in some situations that require employee intervention (This is not a question about ...
0
votes
1
answer
127
views
Installation of client side certificate required for generating symmetric key or for a secure communication?
I have a requirement in my project where I have to secure the communication between my client application (running on BizTalk Server Send port configured with Office 365 Email adaptor) and Microsoft ...
0
votes
1
answer
1k
views
Is there a way to set a custom condition for Office 365 webhook notification in Jenkins?
I currently have several Jenkins jobs that will send a notification to a channel on Microsoft Teams at the conclusion of the test. The intended goal was to send these notification during deployments. ...
3
votes
1
answer
2k
views
Office 365 Connector does not show up in Jenkins
I have installed the Office 365 connector:
And it doesn't show any tab as "Office 365 Connector" despite many times reinstall and restart:
Jenkins v 2.263.2
What did I do wrong here?
-1
votes
1
answer
80
views
How to save an external connection in Teams' connector settings?
I'm building an Office 365 connector for Microsoft Teams that requires user authentication. Our authentication service is a custom service, and does not use Azure AD.
So far, I have the configuration ...
0
votes
0
answers
78
views
Microsoft Teams Bot / 365 Connectors - Unable to save configuration
I'm developing a Teams bot where i use 365 connectors.
Everything works fine locally and the connector is getting saved when using ngrok tunneling service.
The problem comes when i push the bot on ...
0
votes
1
answer
691
views
Actionable Message "autoInvokeAction" disappears from card body when received in outlook
When I send an actionable message containing a card with "autoInvokeAction", it doesn't appear in the message in Outlook. It just comes through set to null.
However, the confusing thing is ...