Hi all,
I used the below script to read from a specific board and worked great.
Recently the admin user for good reasons, duplicated the board and used the existing for other purposes. The new duplicated board has been made as the new Board Default.
query { boards (ids: 123456789) { name id items (limit: 300, page: 1) { name column_values{id type text }} }}
Now, the script retrieves data from old board. How can I change the script to read from teh new specific view?
Thank you in advance