会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TheMiao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
2020年9月20日
Power Apps 中创建D365/SPO Lookup 字段类似效果
摘要: SPO和D365中是有lookup字段, 相应的效果是当输入值之后, 会按照输入的值提供相关的搜索. 在PowerApps中我们需要稍微的配置下 需要用到gallery, 并且gallery的items需要绑定好entity实体 Filter(Expenses, TextSearchBox1.Tex
阅读全文
posted @ 2020-09-20 23:24 TheMiao
阅读(360)
评论(0)
推荐(0)
2020年9月8日
使用Power automate 发送teams meeting
摘要: 首先我们需要使用compose 这里我们要使用calendar的create event { "subject": "Let's go for lunch", "body": { "contentType": "HTML", "content": "Does noon work for you?"
阅读全文
posted @ 2020-09-08 21:54 TheMiao
阅读(755)
评论(0)
推荐(0)
2020年8月24日
Power Apps 中关联 CDS Lookup
摘要: 做过D365开发的应该非常清楚lookup的作用. 我们首先先看一下lookup字段在Microsoft Docs中的定义 大致意思呢, 就是创建一个N:1 的引用关系. 能够关联到两个entities. 那lookup在PowerApps中怎么使用呢? Lookup的Data Type = Rec
阅读全文
posted @ 2020-08-24 00:57 TheMiao
阅读(843)
评论(2)
推荐(0)
2020年8月10日
Hamburger Menu 使用文档
摘要: Hamburger Menu 是现在使用非常多的菜单方式 Output: MenuWidth 计算当前Menu的width大小 If(varIsOpenMenu, Max(App.Width, App.DesignWidth)/10, 200) Input: NavItems 传入需要的hambur
阅读全文
posted @ 2020-08-10 22:45 TheMiao
阅读(1690)
评论(0)
推荐(0)
2020年7月22日
Match Table in Excel 使用文档
摘要: 这个Power Automate帮助用户去match Excel 中 table的数据 蓝色table和绿色table相match的数据才会被加入到match表中 流程比较简单 首先我们需要一个触发点 其次, 找到list rows Excel控件. 然后选择需要的table1 然后我们用apply
阅读全文
posted @ 2020-07-22 23:26 TheMiao
阅读(252)
评论(0)
推荐(0)
2020年7月17日
Loading Ring 使用文档
摘要: Loading Ring component 下载地址 https://github.com/TheMiao/Power-Platform/tree/master/Power%20Apps%20Component/Loading%20Ring Loading Ring里面有两个UI Control
阅读全文
posted @ 2020-07-17 19:04 TheMiao
阅读(194)
评论(0)
推荐(0)
2020年7月16日
Power Apps 自定义上传 UI Control SharePoint Online
摘要: 首先,感谢Shane Young的YouTube视频来讲解了怎么hack PowerApps获取了上传附件的方法https://www.youtube.com/watch?v=Pa-pYEkLH-U 上传附件在PowerApps中只有form可以实现. 但是在很多的使用场景中, form是不被采纳的
阅读全文
posted @ 2020-07-16 14:53 TheMiao
阅读(2319)
评论(6)
推荐(0)
2020年7月12日
Power Apps Componet Circled Image 使用文档
摘要: 关于input 和 output, 请查看 https://github.com/TheMiao/PowerApps-Component/tree/master/Circled%20Image Image Height 控制image 和 component 两个控件的长宽 Default 值 10
阅读全文
posted @ 2020-07-12 20:24 TheMiao
阅读(234)
评论(0)
推荐(0)
2020年7月11日
Power Apps Componet Holiday Calculation 使用文档
摘要: 关于input 和 output, 请查看 https://github.com/TheMiao/PowerApps-Component/tree/master/Holiday%20Calculation 所有功能在OnReset中 DateDiff varDateDiff,这是使用了DateDif
阅读全文
posted @ 2020-07-11 00:04 TheMiao
阅读(287)
评论(0)
推荐(0)
2020年7月8日
Power Apps 弹出界面 popup dialog
摘要: 弹出界面在日常使用中非常经常. 在powerapps中实现方式也非常简单. 首先我们需要创建一个rectangle, 可以覆盖当前screen,并且把fill 的背景透明度调成.5左右 其次, 我们需要可以根据需求创建一些UI element. 这里我创建了一个background, 1个label
阅读全文
posted @ 2020-07-08 18:53 TheMiao
阅读(2800)
评论(2)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
公告