Skip to main content
Question

Problem with Value in Custom Event

  • June 28, 2022
  • 3 replies
  • 90 views

HumbertoFloresD
Sidekick (Customer)
Forum|alt.badge.img+9

Hi everyone,

i Have this issue  and need some help, 

i was creating a new Custom Event, specifically Action  for send an Email and i try to filter with a Specify value for send the email:

NEW:COMPANY = 17

then when y verify the process in Background job shows me an error:

Someone knows how can i fix this  issue

thanks for the Help.

Regards 

 

3 replies

Forum|alt.badge.img+12
  • Hero
  • 217 replies
  • June 28, 2022

Not sure, but isn’t Company a string (text)? Can you make the 17 a ‘17’?

Not quite sure how all the type-checking works on that...

Joe Kaufman


Forum|alt.badge.img+9
  • Hero (Customer)
  • 78 replies
  • June 29, 2022

I agree with sutekh137 - company is a string in business opportunity.  Can you make sure that in the event, you’re passing through COMPANY in the atrributes too?


Forum|alt.badge.img+21
  • Superhero (Employee)
  • 500 replies
  • June 29, 2022

The error is in a background job. Events does not automatically create background jobs so maybe you have another event action posting a background job to run this event action?

If so, you need to add the parameters you need in the arguments in the first event action: