Hi,
I'm trying to CloudDeploy a little form that takes the name of a planet and returns the perihelion. Here's the code.
planetDistance[a_]:=Module[{D},D=PlanetData[Entity["Planet", a], "Perihelion"]]
CloudDeploy[FormFunction[{"a"->"Planet"},planetDistance[#a]&,"GIF"]]
The function itself seem to work okay in the notebook...
planetDistance["Neptune"]
2.7710865×109mi
I get this message
Thank you.
vr/MB