Am I encounter bug on Input Function ( )?

Hi, am i encouter a bug in Input Fuction? 

I have a bulk action which contains 
First : i add a set of blank values in the Order Column
Second : I execute an action from Product Column to set a value in Order Column using Input function. I try to write ("Alamat Customer", Alamat 1), but the execute action didn't set an initial value as usual. Did I write something wrong?


1.JPG

 

2.JPG

 

 

3.JPG



Solved Solved
0 4 224
1 ACCEPTED SOLUTION

INPUT function cannot be used in the type - Data: execution an action on a set of rows.

If you want to allow user input dynamically, two ways you can do depending on your situation

1) if you have the columns in the Product table to hold these data, then create an action of type Set the values of some columns in this row using INPUT expression for each column, then add a row in the Product table and do what you already have.

2) If the columns are in the Order table, instead of using INPUT, just open a Order table form and let the user enter data after you add a new row in the Order table based on the Product table.

View solution in original post

4 REPLIES 4

You need to specify all the required input values under "With these inputs"  to pass to the Order table.  You may have done so already but I do not see them in your screen image.

TeeSee1_0-1649839185801.png

Thanks for kind reply!,

Hmmmm, I try to add "with these inputs", but its turn out, I couldn't dynamic input value to row which is has been set inside "with these inputs".

I hope my user could dynamic input values to order section. However, Product column pass the value as an initial for the order inputs column.

INPUT function cannot be used in the type - Data: execution an action on a set of rows.

If you want to allow user input dynamically, two ways you can do depending on your situation

1) if you have the columns in the Product table to hold these data, then create an action of type Set the values of some columns in this row using INPUT expression for each column, then add a row in the Product table and do what you already have.

2) If the columns are in the Order table, instead of using INPUT, just open a Order table form and let the user enter data after you add a new row in the Order table based on the Product table.

Thanks @TeeSee1, through you your recommendation.

I manage to carry out a trick to set a initial in my input Function.
I tried to add some values rows inside action "Go to Add Cetak Stok | Order Kosong [ ]". Surprisingly, the initial values works out ! 

Kartu Nama.JPG

Top Labels in this Space