Simple Form Data stored in a card
Use an Input.Text field to allow text to be entered into the card.
Bind the Placeholder property of the input field to ${$root.text} so that the value will always be displayed.
Add an ActionSet with a SubmitFormData action to save the form as shown above.
Set storeData = true.
Set clearForm = false.
Set the SampleData json format as shown above (don’t use the “data” object that we used in previous samples).