コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Data type conversion of an attribute in Schema

Avatar

Level 8

Hello,

I want to modify the datatype of attributes in a schema with out changing the schema structure.

Like (string --> int/long) or (int/long --> string)

I tried to convert the datatype of an attribute in update activity in the workflow by using the expression fileds (toString()) and no luck.

Is there any possibility to achieve this task?

Regards,

Venu

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
3 返信

Avatar

Community Advisor

Hi,

The ToString() expression should work, what's the error you're getting?

Thanks,

-Jon

Avatar

Level 8

Hi Jon,

Thank you for the update.

We can able to convert the data type of an attribute from int to string but not String to int/long.

Is there any possibility of converting the datatype from String to int/long.

I will appreciate your help.

Regards,

Venu

Avatar

正解者
Community Advisor

ToInteger().