Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

using selected items data

Hello, 

I would like to write all the values of a column of the all items i've selected in a table to single cell (type enumlist) in an another table. 

Is that possible? 

I've been trying with bulk actions, and inputs, but i didn't reach anything. 

Thank you very much!

0 2 79
2 REPLIES 2


@ÀlvarPastor wrote:

I would like to write all the values of a column of the all items i've selected in a table to single cell (type enumlist) in an another table. 


How are you selecting the rows?   In what manner do you wish to write the column values to another table?  Are you creating rows with only that column value?

It may help if you describe what you are trying to achieve.  There may be other ways to accomplish it easier.

However, in short, YES it's possible.  You can use a looping construct described by the articles below:

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Looping-with-actions/m-p/223708#M75

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Looping-with-Actions-Sample-App-BUILD-Video/m-p/...

 

 

Hi, Willow, and thanks for the answer. 

I would like to select the rows (from table A) using the based-system checkboxs. Then, all values of specific column of those selected rows (which is a simple Text column) should be written in a specific column of specific row of table B as a list (this table B column is an EnumList). This specific row is selected by the value of another column (so, table B has not only one column, the one should be modified, but also has more columns). 

I've tried using the 'do an action on a set of rows' action, because until I know it is used in a checkbox selected rows treatment. But, as I said, I wasn't success. 

I'll check the articles you sent me, trying to implement them. But I don't know if the extra details I explain could be useful. 

 

Thank you for you time. 

Top Labels in this Space