Message Boards Message Boards

0
|
2064 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to make FormFunction display it's Association result as a Dataset.

Posted 2 years ago

I uses the first example of the documentation of FormFunction:

form = FormFunction[{"first" -> "String", "second" -> "Number"}, 
  Dataset]

It gives a FormFunction.

I deploy it to the cloud as instructed in the doc:

CloudDeploy[form]

It give me a CloudObject.

When I click on the given link, it gives me the form in the cloud.

I type in "foo", "123" and press "Submit", it gives me as a result:

f[<|"first" -> "foo", "second" -> 123|>] 

How could I display directly only the Association of the result (without the f) as a Dataset instead of the above result?

POSTED BY: Gianni Mocellin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract