Adding to another Table from another table

I have a sample app which had data โ€œDesign Nameโ€, โ€œKarigar Nameโ€. Once the sample is approved then this item needs to be added in production table with rows โ€œDesign Nameโ€, โ€œKarigar Nameโ€, โ€œQtyโ€, โ€œSizesโ€

New fields such as โ€œQtyโ€ and โ€œSizesโ€ needs to be taken from user input once the person clicks on an action button to add row in another table. How can this intermediate row be created in sample app so that we can have a seemless flow of production?

0 6 383
6 REPLIES 6

Hello @Kaushal_Didwania1

You might check out references, theyโ€™ll allow you to connect tables together like youโ€™re wanting.

Many of the sample apps you can find here make use of references to connect tables together.


Also, you might find some helpful tips on how to make the most of this community here:

Sorry but this is not the answer I am looking for. My question is " Is there a way to create an intermediate form which can be filled up after a production manager clicks on โ€œSample Approvedโ€ so that some values of โ€œRowโ€ and some extra values which are asked in Intermediate form can be added as a new row in production sheet"

Hence there is not point of reference rows.

In simplicity I want โ€œCertain values of Table Aโ€ + โ€œNew valuesโ€ -> New row in Table B.

You should have asked that originally.

The answer is yes.

You can do that yes, either by creating the record โ€œin the backgroundโ€ - meaning the user doesnโ€™t have to go through a form and save - or send the user to the form with some field pre-filled with LinkToForm().

I have tried it, but some of the values of another table needs to be taken by user and not present in the 1st tableโ€ฆ

Your problem sounds like it can be easily solved with a LINKTOFORM() action. Unless I am not understanding correctly

Top Labels in this Space