【发布时间】:2022-03-19 01:01:03
【问题描述】:
使用 Microsoft Power Automate Desktop (PAD),我捕获了一个名为 ExtractPDFText 的中等长度的字符串。我可以在消息窗口中显示文本,现在我需要它通过 Python 脚本运行。
在 Power Automate Desktop 应用程序的 python 输入框中,我只是想让它运行:
x = str(%ExtractedPDFText%)
print("work")
但它不断返回“意外令牌”
我应该如何读取这个变量?我尝试了使用和不使用 str() 函数。
【问题讨论】:
标签: power-automate rpa