Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有“日期”列和“钱罐”列的 Sharepoint 列表。我想创建一个 Power Automate 提要,以便当日期超过 3 年时,我们在“钱罐”列中添加值“300”。但我根本不知道该怎么做。你能帮我吗?
您需要设置一个经常运行的流程 - 也许每周运行一次。流程将对照今天检查日期,如果 >= 3 年(1095 天)并且 MoneyPot 列为空,则将 MoneyPot 更新为 300。
日期>=3 年且 MoneyPot = 0:MoneyPot = 300
如果需要每3年+300...
MoneyPot = (整数((今天-日期)/365)/3)*300