【发布时间】:2021-12-22 15:10:19
【问题描述】:
我想在 Power Automate Desktop 的一个 If 语句中评估多个条件。我已经能够使用基本运算符(=、>、 等)并使用 IsEmpty 来做到这一点。但我还没有找到任何关于如何将它与这些一起使用的文档:
- 包含
- 不包含
- 开始于
- 不以 开头
- 以 结尾
- 不以 结尾
我想评估这样的事情:
%strFileContents Contains 'word' and strFilePath Does not contain '.txt'%
我知道我可以通过多个 if 来实现这一点,但我想知道它是否可以在一个 if 中完成。
谢谢。
【问题讨论】:
标签: if-statement conditional-statements power-automate power-automate-desktop