Open a form and bulk edit multiple rows

Hi,

Here's what I want to achieve:

1. Select multiple rows.

2. Action to open a form where user can enter a long text (not enum/dropdown)

3. Apply the update (long text) to all selected rows.

Your assistance will be very much appreciated.

 

Solved Solved
0 2 726
1 ACCEPTED SOLUTION

Try the following

  1. Create an action Data: set the values of some columns in this row using IINPUT("any name you like","")
  2. in you table view, you can go to select rows mode by clicking the check box icon in the menu bar at the top
  3. click the action icon
  4. Enter your text and hit Save

View solution in original post

2 REPLIES 2

Try the following

  1. Create an action Data: set the values of some columns in this row using IINPUT("any name you like","")
  2. in you table view, you can go to select rows mode by clicking the check box icon in the menu bar at the top
  3. click the action icon
  4. Enter your text and hit Save

Hi @TeeSee1,

It worked! Thank you so much! This resolution completed my app and it will help many people in our company. You're awesome and appsheet is the best!