Hey,
i’m using the monday sdk in a server env with my own personal token and when calling items_by_column_values immediately after create_item it doesn’t find the created item.
If I “sleep” a few seconds between create_item and items_by_column_values then it finds the item.
I need this to work for my unit tests, without sleeping - what’s the solution? Will calling the monday api not via the monday sdk solve the problem?
Thanks,
Ronen