When I use an input variable, it is always interpreted as [object Object] instead of a string,
which makes it hard to handle the value directly as text.
var val = ${MyInputVariable}
→ Output: [object Object]
var val = "MyInputVariable"
→ Output: "MyInputVariable"
How can I properly convert or handle input/output variables in Power Automate Desktop so that they are recognized as strings instead of objects?

Report
All responses (
Answers (