Skip to main content

Move files between columns

  • September 10, 2023
  • 5 replies
  • 492 views

Forum|alt.badge.img
  • Participating Frequently

Hello,

Is there a way to move files between columns?

When I am using this mutation in order to move a file from one column to another:

mutation {
  change_column_value(
    board_id: boardId
    item_id: itemId
    column_id: "files"
    value: File
  ) {
    id
  }
}

Once I remove the file from the original column, where it was uploaded initially, the file is no longer available.

Thanks

5 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • September 10, 2023

Hello @Roy,

As of today, there is no mutation to move a file from a files column to a different files column.

Let me know if you have any other questions!

Cheers,
Matias


Forum|alt.badge.img
  • Author
  • Participating Frequently
  • September 10, 2023

Hi @Matias.Monday ,

Thank you for your response.
I was wondering if it’s possible to add this as a feature request?


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • September 11, 2023

Hello again @Roy,

I have created a request for our R&D team for this 😁

Cheers,
Matias


Forum|alt.badge.img
  • Author
  • Participating Frequently
  • September 12, 2023

Hi @Matias.Monday ,

Thank you.
Is there a way to watch the feature requests?


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • September 12, 2023

Hello again @Roy,

Those are internal. But we will reply here if/when this gets implemented 😁

Cheers,
Matias