Signature Component (Apps)

With the Signature component, we can let users sign for things in our apps. When someone signs, the Signature component generates an image and writes the link to that image to the sheet. It will then display their signature in the component.

The signature component has three properties.

  • The Title, which displays above the signature box.

  • The Hint text, which displays in the component before a signature exists.

  • The Message, which appears under the signature whilst a user is signing

  • The Column, which is the column the signature image will be written to.

If you want each user's signature to be specific to them on every item, then you will want to create a User Specific Column for the Signature URL.

The Signature component is particularly useful in Forms. Bear in mind that it will not write to the sheet until the form is submitted.

Last updated