User Portlet User Portlet

Discussions
I deploy my function in cloud with this command CloudDeploy[ FormPage[{"one"-> "String", "two" -> "String"}, myFunction[#one, #two] &], Permissions -> "Public"] ---------- myFunction[in1_, in2_] := Module[{a, a1,...