Skip to main content
October 30, 2023
Question

Do we have any Character limitations in Appian ?

  • October 30, 2023
  • 5 replies
  • 0 views

I am trying to get the data from Integration , there is multiple field which is more than 4K characters , is appian having restrictions to receive the no of characters and show the data in GUI ?

when i test the integrations  , I am seeing the data truncated  , any Input is greatly appreciated ,? if 4K is max limit , whether we need to sub divide them into multiple fields and show them , Please advise

    5 replies

    October 31, 2023

    Hi Venkat,

    Did you tried calling that integration in an expression rule and see. The integration result can show data truncated, but it will return complete data in expression. Just give a try.

    October 31, 2023

    i think i have to use the     Convert base64 values to Appian documents , that resolves this issue , i need to config the folder for this 

    November 9, 2023

    Appian Intergration automatically convert base64 to documents and vice versa, you call the integration in process model if you want to save the files in a folder

    abhayd3663
    November 9, 2023

    4K is the limit for RI.

    annap0005
    November 10, 2023

    I think you configured response as Convert JSON to Appian Value, it has 4k char limit.

    change it to return raw response body.