User Portlet User Portlet

Discussions
Hello! Let's say that I have a CloudDeploy of a FormFunction that returns some result. Is it possible to get the result on the same page with the form? Thanks!:)
Hello!:) I am trying to deploy a form function that takes two numbers, a basis and an exponent, and computes basis^exponent. CloudDeploy[ FormFunction[{"basis" -> "Number", "exponent" -> "Number"}, f[basis, exponent]]] The...
Hello! For example, I want a list with all properties of a country: CountryData["Sweden","--------------"]. I am interested in having a list with all possible elements there. Thanks!:)