Action: Export CSV

Hello guys!
I’m trying to export a CSV file of selected inventory items. The CSV file is used to print labels. It works as follows:

There is a view called “Storage” and a slice called “Storage: Selected CSV”

  1. Action 1: Changes the column value “CSV READY” to 1. (Storage view)

  2. Then a slice filters all rows with “CSV READY” = 1 (Slice view)

  3. Action 2: Save the CSV of the current view. (Slice view)

The problem is, you need to wait for synchronization of updated rows (Action 1) to finish before you can download the csv file, otherwise the CSV file will only include the synchronized rows, but not all from the sliced view.

For example, out of 8 rows in my Slice. The csv file will only include those 3 rows that were synchronized at the moment when I pressed on csv export button (Action 2)

My solution can be time consuming… For example, if I need to export 50 rows at once, it will take a lot of time to sync.

Do you know any faster way of exporting a CSV file of selected rows only?Preformatted text
P.S. Sorry as a new user I can’t add more images

0 0 202
0 REPLIES 0
Top Labels in this Space