i got this empty array but that item placed in my board 😒
please help me to solve this???
‘items_by_column_values’ =>
array (
),
i got this empty array but that item placed in my board 😒
please help me to solve this???
‘items_by_column_values’ =>
array (
),
Hello @Mathan!
If the item was just created or updated, it will usually take around 32 seconds (it can take a bit longer if the server is experiencing heavy traffic) for the change to be available using the items_by_column_values query.
Hope the information helps 🙂
Cheers,
Matias
monday api create_item not working and return nothing in php
$query ='mutation {
create_item (board_id: 2616634821, group_id: "tickets", item_name: "new item") {
id
}
}';
Hello @Mathan!
If the query works for you in monday’s API Playground, then the issue lies on your script.
This is probably because of some syntax issue on how you are passing the query. I recommend searching for “PHP” in the community to see what other users used when working with PHP.
Cheers,
Matias
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.