Re-open form with some previous data and other to insert

Hi,
I have a form, divided into two part, to compile with Utent data first, and other data afer:

utent datautent data 

and then

 other dataother data
when this form is complete (click on SAVE) I need to re-open a second form "REGISTRA PASTI" to start write other data, but with a previous UTENT DATA !!
Please help me!

0 5 64
5 REPLIES 5

Aurelien
Google Developer Expert
Google Developer Expert

Hi @danieledr 

Did you try a LINKTOFORM() - AppSheet Help

combined with a "on form save" event ?

View events - AppSheet Help

 

Hi @Aurelien 
tnx for reply!

yes I have a "on save action" called SINOfinale:

event on saveevent on save

and SINOfinale is a gropu of action:
 - if "YES" vaiaRIPETIPASTI bring back to second form (other data) but without USER DATA;
 - IF "NO" vaiaRISULTATO send to final restul view

action SINOfinaleaction SINOfinale

But don't work

Aurelien
Google Developer Expert
Google Developer Expert

Would the last action be a LINKTOFORM() action that reuse the MAXROWS() of the current table ?

No @Aurelien 

Aurelien
Google Developer Expert
Google Developer Expert

I forgot to answer, my bad.

Can you try it ? adding a 5th action to your sequence of actions ?

I would suggest using expressions from this thread:

FAQ: FILTER(), LOOKUP(), MAXROW(), MINROW(), REF_R... - Google Cloud Community

 

Top Labels in this Space