Fetching texts more than 4000 characters in expressions

We have a column in the Appian database table with data type as 'long text'. We want to facilitate storing and retrieving string around 8000 characters size in this table column. This will be a master data and will not be fetched in interfaces. (Also it may not always be 8000 in string length)

But we will fetch this column in the expression rule for some evaluation and running rules.

We are noticing that this column with long text is getting truncated in the expression rule when we retrieving the data.

Our Record Type does not show any option to select "Extra Long Text" when creating a Record Type from this database table.

This documentation indicates that we should be able to map the varchar or text to 'Extra Long Text' https://docs.appian.com/suite/help/25.1/about-data-sync.html

Am I missing anything here?

  Discussion posts and replies are publicly visible