Assign activity error 방법 좀 알려 주세요

assign activity에서 variable type을 GenericValue로 하면, 그림과 같이 assign 할 수 없다는 메세지가 납니다. 해결 방법 좀 알려 주세요…

@gclee687

Welcome to the community

古い割り当てアクティビティを新しい割り当てアクティビティに置き換えることはできますか

You will get

Cheers

1 Like

Thanks for the reply, but I’m not sure what you mean.

@gclee687

Remove the assign activities which are present in the Sequence

and take new assign activities

Hope this helps

해당 변수를 꼭 GenericValue 로 사용해야하나요? 해당 타입은 다양한 타입을 사용할 수 있지만, 해당 타입이 확정되어 있지 않기에, 운영 검증하는 차원에서는 권장하지 않습니다.
해당 변수가 문자열 데이터만 이용한다면, 변수 유형을 String 으로 설정하고 진행하는게 어떠신지 합니다

1 Like

何度もしましたが、同じようにエラーが出ます。

사정상 genericvalue를 사용해야 하는데 어떤 pc에서는 이상없고 또다른 pc에서는 안되고 합니다.

Hi @gclee687

Instead of using Generic Value Variable type use Object Variable type. It will solve the error.

Regards,

@gclee687

データ型を文字列に変更します