user-1
(User 1)
January 19, 2023, 3:02pm
#1
This topic was automatically generated from Slack. You can find the original thread here .
Failed to create item: invalid value, please check our API documentation for the correct data structure for this column. Guide to Changing Column Values
DETAILS
user-2
(User 2)
January 19, 2023, 3:02pm
#2
Hi , in order for me to reproduce your issue, could you share your screenshot of the Monday.com action you’re using?
user-2
(User 2)
January 19, 2023, 3:02pm
#3
I’ve tried to reproduce Monday.com - Create Item but couldn’t reproduce your issue
user-1
(User 1)
January 19, 2023, 3:02pm
#4
thanks for the reply. It is when using a phone number field, web link field, email field or Pipedrive ID field
user-1
(User 1)
January 19, 2023, 3:02pm
#5
It worked as you see but once I try to add the ID for Pipedrive I get the error.
user-2
(User 2)
January 19, 2023, 3:02pm
#6
Hey , I think maybe the Pipedrive ID is a string, could you try to add as string: {{
${steps.trigger.event.id} }}
user-1
(User 1)
January 19, 2023, 3:02pm
#7
Yes, that did work. That is great! Thank you for your assistance. Do all Monday.com ID need to be wrapped {{ ‘${}’ }}
user-2
(User 2)
January 19, 2023, 3:02pm
#8
Hi , great to hear that it works!
> Do all Monday.com ID need to be wrapped {{ ‘${}’ }}
I think it depends, though you should wrap it to be safe.
user-1
(User 1)
January 19, 2023, 3:02pm
#9
Okay so I tried wrapping it with a new field which is the website link field and it error out
user-1
(User 1)
January 19, 2023, 3:02pm
#10
Sorry Leo, here is the correct one
user-2
(User 2)
January 19, 2023, 3:02pm
#11
I think the text
prop is incorrect. It can just be something like:
{{steps.trigger.event["…"]}}
user-2
(User 2)
January 19, 2023, 3:02pm
#12
I think for now you should wrapt the pipedrive_item_id4
only
user-2
(User 2)
January 19, 2023, 3:02pm
#13
Is it works if you only wrap the pipedrive_item_id4
prop?
user-1
(User 1)
January 19, 2023, 3:02pm
#14
Yes it works for the pipedrive_item_id4
user-1
(User 1)
January 19, 2023, 3:02pm
#15
But if I try to add a website link to the fields I now get an error
user-2
(User 2)
January 19, 2023, 3:02pm
#16
The website link is not neccessary wrapped. Could you share the new error you faced?
user-1
(User 1)
January 19, 2023, 3:02pm
#17
Here it is withe email and the website link
user-2
(User 2)
January 19, 2023, 3:02pm
#18
I think the value you passed is incorrect. Could you try
{{ steps.trigger.event[""a2d03...] }}
(notice that I removed the wrapping and the .
)
user-1
(User 1)
January 19, 2023, 3:02pm
#20
Are there supposed to be double quotes before the ID