New row to another tablet using the values in this row

Hi everyone I tried the new feature:
add a new row to another tablet using the values โ€‹โ€‹in this row.
I wanted to try not to use the table reference anymore but how can I show the data in a workflow even without a related table?

0 6 404
6 REPLIES 6

Check a samle app called โ€œAddNewRowโ€. You can find it from www.appsheet.com/portfolio/531778

thanks i saw
if I use this function and remove the ref from the table
how can I view the data in the workflow as before?

Hi @Cannone_Cannone You can add data from another unrelated table to your workflow using Select expressions.

You can call your records with the suitable Start: expression likeโ€ฆ
<<Start: SELECT(TableName[KeyColumName],[ID]=[_THISROW].[ID]>>

ok
sorry if I have a workflow on a โ€œcenteringโ€ table with key โ€œidโ€ and in the workflow I would like to insert a โ€œservicesโ€ table with key โ€œidโ€ how should I write the formula?

Hi @Cannone_Cannone, Here is an example. Check the bottom not related section.

Top Labels in this Space