User Profile
Ragnar_Heil
MVP
Joined Nov 23, 2018
User Widgets
Recent Discussions
Re: Removing HTML in Flow when pushing Teams Messages into Yammer
yes, Serge, but it doesnt make any difference. Here is my HTML2Text Code, I just want want to use the Microsoft Teams Body Content Field and strip the HTML off. { "inputs": { "host": { "connection": { "name": "@parameters('$connections')['shared_conversionservice']['connectionId']" } }, "method": "post", "body": " : @{triggerBody()?['body']?['content']} ", "path": "/html2text", "authentication": "@parameters('$authentication')" }, "metadata": { "flowSystemMetadata": { "swaggerOperationId": "HtmlToText" } } }How to select Salesforce Opportunities and send them to Outlook Mails or To-Do?
Hi, I want to get an email - if a Salesforce opportunity is changed which I am interested in - if a new Salesforce opportunity is created within an account I am interested in Using Flow I see the possible to use (ODATA based) SELECT statements and filters but don`t know how to create them. Using "dynamics contents" I can`t choose what I want I want.
Recent Blog Articles
Walkie Talkie & Teams: Supporting customers quicker with asynchronous Audio-only communication
Microsoft has released the Walkie Talkie App for Microsoft Teams for iOS App and Desktop IP Phones. Let’s summarize the main use cases, installation and configure steps and check the device eco-syste...9KViews3likes0Comments