上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: SPO和D365中是有lookup字段, 相应的效果是当输入值之后, 会按照输入的值提供相关的搜索. 在PowerApps中我们需要稍微的配置下 需要用到gallery, 并且gallery的items需要绑定好entity实体 Filter(Expenses, TextSearchBox1.Tex 阅读全文
posted @ 2020-09-20 23:24 TheMiao 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 首先我们需要使用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 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 做过D365开发的应该非常清楚lookup的作用. 我们首先先看一下lookup字段在Microsoft Docs中的定义 大致意思呢, 就是创建一个N:1 的引用关系. 能够关联到两个entities. 那lookup在PowerApps中怎么使用呢? Lookup的Data Type = Rec 阅读全文
posted @ 2020-08-24 00:57 TheMiao 阅读(773) 评论(2) 推荐(0) 编辑
摘要: 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 阅读(1469) 评论(0) 推荐(0) 编辑
摘要: 这个Power Automate帮助用户去match Excel 中 table的数据 蓝色table和绿色table相match的数据才会被加入到match表中 流程比较简单 首先我们需要一个触发点 其次, 找到list rows Excel控件. 然后选择需要的table1 然后我们用apply 阅读全文
posted @ 2020-07-22 23:26 TheMiao 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 首先,感谢Shane Young的YouTube视频来讲解了怎么hack PowerApps获取了上传附件的方法https://www.youtube.com/watch?v=Pa-pYEkLH-U 上传附件在PowerApps中只有form可以实现. 但是在很多的使用场景中, form是不被采纳的 阅读全文
posted @ 2020-07-16 14:53 TheMiao 阅读(2016) 评论(5) 推荐(0) 编辑
摘要: 关于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 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 关于input 和 output, 请查看 https://github.com/TheMiao/PowerApps-Component/tree/master/Holiday%20Calculation 所有功能在OnReset中 DateDiff varDateDiff,这是使用了DateDif 阅读全文
posted @ 2020-07-11 00:04 TheMiao 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 弹出界面在日常使用中非常经常. 在powerapps中实现方式也非常简单. 首先我们需要创建一个rectangle, 可以覆盖当前screen,并且把fill 的背景透明度调成.5左右 其次, 我们需要可以根据需求创建一些UI element. 这里我创建了一个background, 1个label 阅读全文
posted @ 2020-07-08 18:53 TheMiao 阅读(2323) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页