How to input many item before save

Hi all

Please help me to solved my problem in appsheet , I want input many item in form before form is save , like input in POS aplication ,

Thanks for your answer

Hi @Hermanh4

Could you be more specific ?

  • if this is about picking a set of items ==> set your column with type: EnumList, base type: Ref, datasource table: the table of items

  • if this is about adding a set of elements as children of the current parent element ==> go to your children table, open the settings of the column Ref that refers to the parent table (black pen), and tick the option “is a part of”

For any other case, can you please share more context, along with screenshot of your current structure (from the app editor) ?

Cheers !

2 Likes

Dear Aurelin

I have table like this , When i make order item i want to input item A - F ,

After that I Close the order with button save.

Before my form just simple input item one by one and then save , Input againt one by one its wasting time … :wink:

Could you help me to show how to solve this …??

Chers …Thanks

OK then, try option 2 described in my first answer:

“- if this is about adding a set of elements as children of the current parent element ==> go to your children table, open the settings of the column Ref that refers to the parent table (black pen), and tick the option “is a part of””

3 Likes

Ok…let me try …

Thanks for your answer