Persisting values

108 Views Asked by At

I am working on a project where I have to save some values that are being entered by users. Is that possible? How/Where can I do that? I have been searching on google and have not found anything relevant.

2

There are 2 best solutions below

0
On

If I understood it correctly you are using Contour. I am not sure about Contour, but in Quiver you can write back to the Ontology using Actions.

Unfortunately I don't know for certain if that can be applied to your use-case, but I think so.

0
On

You can capture data from users in many ways. Which one is the best primarily depends on the user workflow.

Some examples: Foundry Forms - You can create a form that the user will put the information into. You can even pre-populate parts of the form depending on where the user is coming from. Workshop module - Using actions from a workshop module enables you to capture any data and store it directly into the ontology layer Slate - Any input into a slate app can be written back into a phonograph object

All of these can be written back into a dataset that can further be processed in any other tool in Foundry or used in a different user facing application.

If you describe your workflow a bit more I can recommend a specific approach.