I am trying to write that mutation query but not able to make it work.
the query should select the row based on the environment name and update the columns “remark” and “branch” with the values I will provide in the query.
I found we can update the column value using below query:
@Matias.Monday
Thank you for your assistance, but my objective is to accomplish a different task. I have attached a snapshot for clearer understanding.
What I aim to achieve is to update the ‘Tag’ and ‘Branch’ columns with specific values if the item is labeled as ‘Test’. To accomplish this, I believe I need to write a mutation query that will check the item’s value and then update the corresponding ‘Tag’ and ‘Branch’ columns.
You will need the query to get the item ID of the item that has that name, and then you can use a mutation as explained here (example here) to change the column values