I need help with deleting/clearing multiple data cards with different data types.
I have a form that uses patch function to duplicate the form. I am trying to build a button within the patched form to clear part of the form data cards.
The data types I am trying to clear are: text, date, and choice. (text and date have value that has been patched from the other forms. And I am trying to clear these values with a button)
I was able to clear "choice" data values with using,
Set(ResetControl, true); Set(RestControl, false)
However, it does not work on text and date data types.
Any suggestions would be helpful. Thank y'all in advance!!