Automate

Dynamics 365 Finance & Operations with Power Automate

Hello Dynamics Community, Update 1st December 2021 / I will really suggest to read my recent article (2 years after his one about a game changer on th ......
Operations Dynamics Automate Finance Power

[转]Power Automate - Run flows on a schedule

Run flows on a schedule in Power Automate - Power Automate | Microsoft Learn In this article Create a recurring flow Configure advanced options Create ......
Automate schedule Power flows Run

[引]Power Automate Use variables and the % notation

Variable manipulation and the % notation - Power Automate | Microsoft Learn 变量操作和 % 表示法 - Power Automate | Microsoft Learn In this articleHardcoded va ......
variables Automate notation Power Use

Automate the Boring Stuff with Python(读后感)

这里主要就是记录下这本书的主要内容,自己以后想起来的时候可以直接看这个博客 整本书的内容看目录就很清楚了,所以下面就是目录加自己的一点心得体会 ### Python编程基础 基础中的基础,但有个很重要的轮子 `PrettyPrint`:把输出打印的更漂亮 ### 自动化任务 这是重点,一次性肯定记不 ......
读后 读后感 Automate Boring Python

Excel:Power Automate VS UiPath

读取和写入差别:Power Automate需要通过激活Sheet来确定写入那个Sheet,VBA操作逻辑一样;而UiPath用一个写入控件就可以直接指定写入的Sheet,符合开发逻辑。 ......
Automate UiPath Excel Power VS

Using JobDSL and Jenkinsfiles to fully automate Jenkins job management

Using JobDSL and Jenkinsfiles to fully automate Jenkins job management 非常贴切的一个比喻 JobDSL 做Job管理的框架, 负责Job基本参数配置 Pipeline 做Job逻辑内容的容器,决定Job执行逻辑。 By usin ......

automate-dv 基于dbt 的data vault 2.0 落地工具

automate-dv 基于dbt 的data vault 2.0 落地工具,包装了不少方便的宏,可以方便我们呢进行data vault 2.0 数据仓库建模理论的实际落地 功能 企业级保障 支持data vault 的hub,links,satelintes以及一些扩展(方便使用) 元数据驱动的代 ......
automate-dv automate 工具 vault data

用Power Automate获取SharePoint文件内容

1.根据文件夹路径获取路径下所有文件内容 使用SharePoint连接器的“获取文件(仅属性)”操作,站点地址选SharePoint的默认站点,库名选择对应文档库,我这里把SharePoint集成到Dynamics365的实体附件,库名就是对应的实体名。仅限文件夹条目为 /entityname/re ......
SharePoint Automate 文件 内容 Power

使用Power Automate上传附件到Dynamics 365集成的SharePoint

在Dynamics 365中使用SharePoint集成做实体的附件管理,这里不像用Annotation实体存放附件可以直接用代码直接创建Annotation记录,如果想要对外部提供接口把附件上传到SharePoint,我们可以使用Power Automate中的SharePoint组件来生成文件, ......
SharePoint Automate Dynamics 附件 Power

通过APIM 包装Power Automate HTTP Request

1. 首先需要在flow中创建“when a HTTP request is received” 当创建好,并且把body填写好保存之后, 会返回url https://prod-27.southeastasia.logic.azure.com:443/workflows/febbc789e0ad4 ......
Automate Request Power APIM HTTP

power automate 集成 child flow 注意事项

有两个注意事项需要确认,不然会触发error不能保存 1. child flow需要创建 response,哪怕是空返回 2. 需要配置run only user, default值是provided by run-only user, 但是child flow不会让用户去同意是否获取permiss ......
注意事项 automate 事项 power child

Using Power Automate to change security role

The Scenario We will be adding a Security Role / Field Security Profile to users in CDS. For this demo, our scenario will be grabbing all the users fr ......
Automate security change Using Power

在Dynamics 365用Power Automate根据模板生成PDF

在Dynamics 365的项目中经常遇到需要把CRM的表单根据模板生成PDF以便打印的需求,本文以合同表单根据合同模板生成PDF文件为例,介绍通过Power Automate的云端流实现该需求的方法。 先看最终效果: 下面是详细的步骤 step1 环境需求 我在Power Automate中用的是 ......
Dynamics Automate 模板 Power 365

Powe AutoMate: 条件判断语句

大纲 学习使用条件判断语句 使用条件判断 功能描述 判断用户输入的年龄,并显示对应的信息 使用if 判断是否是未成年人: 使用else if 判断大于18岁,小于28岁的人群 运行效果 使用else 处理大于28的数据 运行效果 ......
语句 AutoMate 条件 Powe

Powe AutoMate:列表操作

大纲 记录对列表的操作 创建列表 向列表中添加元素 添加多个 合并列表 运行结果 反转列表 反转前 反转后 删除列表中的重复项 结果: 减去列表 结果: ......
AutoMate Powe

Power AutoMate: 变量专栏

背景 本篇对Power AutoMate的变量功能进行记录与讲解 设置变量 拖拽功能块并赋值 测试一些数据类型 测试中发现与程序中的类型,并没有什么差别 截断数字 对浮点数进行一些操作 选择需要操作的变量 选择需要对变量进行的操作 程序运行结果 对对整数的截取,对小数的截取,四舍五入的操作如下所示 ......
变量 AutoMate 专栏 Power

通过Power Automate 添加关系数据或者接触关系数据。

1.Compose 组件: code 如下: @{outputs('get_Web_Role2')?['body/value'][0]?['@odata.id']} 2.Relate Rows组件:关联数据 3.解除数据关联: ......
数据 Automate Power

Power AutoMate: 运行脚本程序

运行脚本文件 操作步骤 配置脚本 点击脚本文件菜单,选中运行python脚本。在其中输入需要徐行的脚本点击保存 之后界面会如下所示: 运行程式 可以看到程式正常运行 ......
脚本 AutoMate 程序 Power
共18篇  :1/1页 首页上一页1下一页尾页