Signature box

Hello everyone
Help,
in a table view I insert services.
When all the services are completed I would like to insert a signature box.
I would not like to sign the services one by one but to put only one signature
How can I do that?
Thank you

0 9 354
  • UX
9 REPLIES 9

What is the relationship between these service records?

the relation is the id column
did I get it right?

I mean what common those records have so you could be able to find those related records.

Records are filtered with this formula in a security filter :
IN([id], SELECT(centraggio[id], OR(ISBLANK([status]), [status]=โ€œOPENโ€)))

You have all service section questions in the same sheet? How do you know all service sections are filled? You can use a show_if in the signature column where you check that all sections have been answered.

Thank you
the services are inserted in a โ€œserviceโ€ table that refers to another table where it takes the data of the โ€œidโ€ column.
if I enter 10 services I canโ€™t get them all signed.
Is there a way to sign these 10 services with a single signature?
thank you so much

You could have a Signature column that is displayed only if the number of entries in your table is 1, which would mean that one entry is the last. Attach a Form Saved event action that then copies the collected signature value to all related rows.

Another way is if you use virtual column for the signature. Virtual column will show the signature if one of your records have the signature in a normal column.

Thank you all for the advice!
I think I went further
what can I do with the virtual column?

Top Labels in this Space