Hello :)
Is there a way to save inputs from a textarea to a connected excel sheet?:) i chose text area because its quite long for it to be just an input.
Thanx :)
Hello :)
Is there a way to save inputs from a textarea to a connected excel sheet?:) i chose text area because its quite long for it to be just an input.
Thanx :)
Hi Jazmine
Klipfolio does not write data back to a data source, or excel sheet. It only visualizes data.
One suggestion, would be to use the Klip annotations. You can grant your users permissions to add annotations to Klips.
These annotations are saved and can be viewed in a Klip if you use the Klipfolio API.
Annotations: https://support.klipfolio.com/hc/en-us/articles/215548628-Annotations
Query to get annotations: http://apidocs.klipfolio.com/docs/klip-annotations#get-klipsidannotations (from this GET query, you can create a data source to fetch annotations and then view them as a Klip on your dashboard).
- Meggan