Skip to main content
Question

Issues setting Trello custom field drop downs via Webhook on PHP form

  • 13 June 2024
  • 1 reply
  • 15 views

This post has been edited by a moderator to remove personal information. Please remember that this is a public forum and to remove any sensitive information prior to posting.

Hi I am using a webhook on a PHP form to create a new card in Trello. 

I am having an issue with Trello Custom Field drop downs. See below. 

I have tried setting the value of the Custom Field directly with the Trello Custom field ID (extracted from the Trello drop down box) See below

This does not output any thing in the Zap step. See below

 

I have then switched the form value to the Custom Field value and setup a Look Up table to determine the Custom Field ID based on the value. See below.

This is also not working and does not output anything. 

If I hard code the lookup key then it works but not with the form value.

Can anyone explain why I cant use the form input value for the Custom Field or for the Look Up table? 

Thanks

1 reply

Userlevel 7
Badge +11

Hi @Chris_at_ECU, welcome to the Community! 🎉 

It looks like there might be an extra space character supplied at the end of value supplied in the N BAM Lead field:
c0d3dd5068daf431dfceb448669239e1.png

Can you try adding a space to the end of the values on the left of the lookup table to see if that helps to allow it to output the correct ID number for Trello? 
13dc24802e2a503f724a0c479aa32e44.png

Keen to ensure you’re all set here so please keep us updated on how that goes!

Reply