Hi,
I have a form, divided into two part, to compile with Utent data first, and other data afer:
and then
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!
Hi @danieledr
Did you try a LINKTOFORM() - AppSheet Help
combined with a “on form save” event ?
View events - AppSheet Help
2 Likes
Hi @Aurelien
tnx for reply!
yes I have a “on save action” called SINOfinale:
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
But don’t work
Would the last action be a LINKTOFORM() action that reuse the MAXROWS() of the current table ?
1 Like
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
2 Likes