power-automate

Refresh page in Dynamics crm after flow run

你说的曾经没有我的故事 提交于 2021-01-29 19:45:18
问题 I want to know if there is any idea to refresh Dynamics crm page after running a Power Automate (Flow). The flow updated fields in the quote entity and I want to refresh the page after the Update. 回答1: How is your flow been Trigerred? As Arun said there are 2 different systems been used here. But let me try another Idea. How about you add javascript and through Javascript trigger your flow, you can have http request to trigger a flow and it is not a big deal. Now add a promise in your Js

'When an item is created or modified' trigger not firing until manually saved

大憨熊 提交于 2021-01-29 03:06:21
问题 I'm running into an odd issue where my Flow will not trigger correctly upon modifying a list item. I have flow set up to copy appended Col1 content to Col2 which can then be listed as an 'updated comment' in my list's default view. It's the same logic as a SP2013 workflow I've been using, but for whatever reason the flow will not automatically trigger when an item is created/modified in my list - it will only trigger if I go back into the flow and manually save it (the Flow) again.

how to use Office Scripts in power automate?

可紊 提交于 2021-01-24 11:15:20
问题 The documentation says that office scripts works with power automate. Does anyone know how to run an office script using power automate? Thanks! 回答1: We just added some new tutorials for using Office Scripts with Power Automate. You should find the information you're looking for here: https://docs.microsoft.com/en-us/office/dev/scripts/tutorials/excel-power-automate-manual 回答2: The solution to this is as followed. Create a new environment in power automate specify the environment as a united

how to use Office Scripts in power automate?

夙愿已清 提交于 2021-01-24 11:14:07
问题 The documentation says that office scripts works with power automate. Does anyone know how to run an office script using power automate? Thanks! 回答1: We just added some new tutorials for using Office Scripts with Power Automate. You should find the information you're looking for here: https://docs.microsoft.com/en-us/office/dev/scripts/tutorials/excel-power-automate-manual 回答2: The solution to this is as followed. Create a new environment in power automate specify the environment as a united

Microsoft flow adaptive card to mention teams user in teams

久未见 提交于 2020-12-30 08:35:21
问题 I'm creating a Microsoft flow to mention a user within an Adaptive card posted by the Flow bot within teams. This is the action I'm trying to use This is a simplified version of my JSON to do this { "type": "AdaptiveCard", "body": [ { "type": "Container", "items": [ { "type": "TextBlock", "size": "Medium", "weight": "Bolder", "color": "Attention", "text": "Hey!" }, { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "TextBlock", "text": "<at>steve@example.com</at>", }

How to loop through an array in a logic app?

只谈情不闲聊 提交于 2020-12-12 10:09:09
问题 I have managed to get all my userdata in an array (see here) but now I cannot loop through the data. After building the array I have converted it to JSON, but I can no longer address the fields as defined in my JSON schema. The only thing I can address in my loop (I use the JSON body as input for the For Each loop) is the body itself, not the individual fields like username, mail address etc. Should I change something in my JSON schema to overcome this or is something else wrong? Edit: Please

How to loop through an array in a logic app?

别说谁变了你拦得住时间么 提交于 2020-12-12 10:07:33
问题 I have managed to get all my userdata in an array (see here) but now I cannot loop through the data. After building the array I have converted it to JSON, but I can no longer address the fields as defined in my JSON schema. The only thing I can address in my loop (I use the JSON body as input for the For Each loop) is the body itself, not the individual fields like username, mail address etc. Should I change something in my JSON schema to overcome this or is something else wrong? Edit: Please

How to loop through an array in a logic app?

ⅰ亾dé卋堺 提交于 2020-12-12 10:05:20
问题 I have managed to get all my userdata in an array (see here) but now I cannot loop through the data. After building the array I have converted it to JSON, but I can no longer address the fields as defined in my JSON schema. The only thing I can address in my loop (I use the JSON body as input for the For Each loop) is the body itself, not the individual fields like username, mail address etc. Should I change something in my JSON schema to overcome this or is something else wrong? Edit: Please

Power Automate Integration with Azure DevOps Boards - Create a new Issue with Parent link

为君一笑 提交于 2020-08-10 19:20:07
问题 I am trying to integrate Power Automate with Azure DevOps boards. I want to create a new work-item in my backlog, when a new email arrives, containing a particular subject. I have achieved, it using existing templates. Now the problem I am facing is, when this backlog item is created, I want to add a parent feature link to this backlog item automatically via power automate. I have done a bit of R&D, and I could not see, this as achievable through Power Automate. Can anyone please help with it

Power Automate - Azure DevOps Integration - Work Item Getting Created In Project Backlog and Area Path Backlog

自闭症网瘾萝莉.ら 提交于 2020-08-10 18:56:26
问题 I am using power automate for Azure DevOps integration. Here is what I want to achieve. I want to create a new work item when an email arrives in a project but in a specific Area Path for the team. I am providing Area Path and Iteration Path in my flow configuration, but when the flow triggers, it creates work item both in Project Backlog and Area Path backlog, where as I only want it to create the issue in the specific Area Path. Can someone kindly help? Thanks, Bee 回答1: At the moment, here