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 229
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
Top Labels in this Space