I have 4 lines of code that should be simple:
Set(str1, "string1");
Set(str2, "string2");
Set(str3, "string3");
Set (valRet,pauto.run(str1,str2,str3));
The Automate flow trigger is powerapps v2 expecting 3 strings and they are named the same in both PA and Automate.
The error I can't figure out: the run function says "Invalid Arguments/str1 isn't recognized". Mousing over the other two variables gives the same error to each of them too.
WTF