Skip to main content
June 11, 2024
Question

How can I cast multiple recordtype to data type

  • June 11, 2024
  • 8 replies
  • 0 views

Hi

I would like to ask a question.

I want to cast multiple record type to custom data type.

If possible how can i cast it.

Here is my cast data.

8 replies

davidj137213
Brainy
June 11, 2024

I suposse the one in the screen is the dataType, but.could you give us details about the recordType¿?

girlc0001Author
June 11, 2024

 [mention:30e9241b4c1c4c17b116ff972a939045:e9ed411860ed4f2ba0265705b8793d05] 

Here is my details of recordtype

davidj137213
Brainy
June 11, 2024

Try using a!listType() as [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  said... and if that approach doesn'tn work, use tojson and from json to do the trick

stefanhelzle0001
Brainy
June 11, 2024

You can use the function a!listType() to create a list type of a certain data type or record type and cast to that.

girlc0001Author
June 11, 2024

 [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] 

I tried but got error.

also check this reference link

community.appian.com/.../129515

davidj137213
Brainy
June 11, 2024

Remove parenthesis after the name of the data type