Jump to content
  • 0

Text Area fields in Triggered actions?


roattw

Question

I have a triggered action that copies fields from one table to another when a certain condition is met.  It works well.  However, I just tried to add a text area field to be copied from one table to another with that triggered action and it errors on validate, highlighting the text area field as the issue.  Is it because a 64000 Text Area cant be used in a TA?  Nothing special about the field (not calculated, etc) - just text.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
14 minutes ago, roattw said:

Thanks for the reply IIyrian, and sorry for the late response.  It is interesting why mine is a mismatch.  Verified both are TextArea (64000).  But get 2088: Mismatch data type error.  Obviously, Im missing something  ;^)  Doe the #insterted change things somehow?  This is on an update trigger.

 

caspio-mismatch.png.78a342f849bdf7efaabe3320961665ca.png

Hi @roattw,

The reason why you are getting a Mismatched Datatype error is that your destination field is a Text(255) field only.  Though they are both texts, the number of characters in your source field might exceed the number of allowed characters in the destination field.

You can use this block under the Text tab to make it work.

6420901

6420902

 

Hope this helps :) 

 

Link to comment
Share on other sites

  • 0

Thanks for the reply IIyrian, and sorry for the late response.  It is interesting why mine is a mismatch.  Verified both are TextArea (64000).  But get 2088: Mismatch data type error.  Obviously, Im missing something  ;^)  Doe the #insterted change things somehow?  This is on an update trigger.

 

caspio-mismatch.png.78a342f849bdf7efaabe3320961665ca.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...