Change a value and export to CSV in one action for multiple items?

Lance
New Member

Is it possible to change a Yes/No value of many different rows while also exporting them into a CSV file in one action?

0 3 507
3 REPLIES 3

You must have 3 actions but runs simultaneously.

  1. Change value ( Yes to No vice versa). [Execute an action on a set of rows]
  2. Export to CSV1 [CSV Export]
    Set the โ€œDonโ€™t displayโ€ property for the above two actions.
  3. Export : This button should call above two actions in the row.[ Execute a sequence of actions.]

Hope this could solve your problem.

I tried this out but it did not work. On the first step, I referenced all the rows in the table and executed another action [set the values of some columns; exported = true]

Followed steps two and three, but the button does not appear on the table view. I would have to view the details of each row and then click the button. It would only affect that row and the CVS file would be empty.

Top Labels in this Space