
Alejandro Colon
-
총 활동 수668
-
마지막 활동
-
회원 가입일:
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수1명
-
투표 수132
-
수신 설정 수268
활동 개요
Alejandro Colon님의 최근 활동-
Alejandro Colon님이 에 댓글을 입력함
Yuliia Yalovenko My organization does not use multiple forms but to achieve what you are looking for, I would use the "else" portion of this tip and follow the instructions from Jake Bantz post her...
-
Alejandro Colon님이 에 댓글을 입력함
Ryan McLennan I am an administrator. In my screenshot, I have the ability to enable and disable the CCs. It must be a configuration that does not allow me to adjust those emails.
-
Alejandro Colon님이 에 댓글을 입력함
This may be a dumb question but where do you see the "CC email text" field? I seem to be having trouble finding it. I am posting a photo where I thought it would be.
-
Alejandro Colon님이 에 댓글을 입력함
Matthew Edvartsen No problem. Yes, I avoided suggesting an SLA as you mentioned it would not work for your situation. Glad you were able to get something working for you.
-
Alejandro Colon님이 에 댓글을 입력함
Max McDaniel Now, that you have ruled out authentication as the issue and it seems like the liquid code is producing the appropriate request. The next thing I would do is take the output you receiv...
-
Alejandro Colon님이 에 댓글을 입력함
Matthew Edvartsen Off the top of my head, the first way I might try and accomplish what you are attempting would be to use the built-in due date field. That should allow you to calculate calendar h...
-
Alejandro Colon님이 에 댓글을 입력함
I personally have not implemented the code in this post but I saw your issue and I know I have had a similar issue in the past. Potentially your issue could be related to authentication but it also...
-
Alejandro Colon님이 에 댓글을 입력함
Max McDaniel Personally, when using liquid to create my JSON requests, I have had to remove all extraneous spaces to get the JSON to parse correctly. Example with spaces: {"ticket":{% for comment...
-
Alejandro Colon님이 에 댓글을 입력함
Bojan Nedeljkovic At this point, I would take the fixed string (the output you received with the simple email trigger) and add it to the original request replacing the Liquid code for now. That wil...
-
Alejandro Colon님이 에 댓글을 입력함
Bojan Nedeljkovic I have had similar issues in the past. My guess is the extra comma you have in the for-loop. I am guessing you put it there to separate multiple attachments but it will cause an e...