Skip to main content
Hi team, I am working with guru-sync-manual-api. Currently, I need to import boards in order. Is there any way to support for this problem?
Hi @ducbui279! You can provide an Items list in the collection.yaml file.here is an example below: ```Items: - ID: '2341443' Title: Organizing Content Type: board - ID: '2570865' Title: Managing Teams in Guru Type: board Tags: [] Title: test```
You should included the titles in the collection.yaml. The boards do still each have their own .yaml file in the boards/ folder
Thank you so much for the valueable information. I will try and let you know soon.
Also added this to the documentation - thanks for the great feedback @ducbui279!
I have tried to sync with configuration above. It works like a charm. Again thank you for your support.