활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi,
Using an enrichment, I'm creating a custom instance variable in a workflow. As shown below.
However, the issue is that this field defaults to a string. I need it as a number. How can I change the data type to be a number?
Thanks,
Rob
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
You need to convert it using ToInteger()
Try
or in the next activity
ToInteger(@difference)
You need to convert it using ToInteger()
Try
or in the next activity
ToInteger(@difference)
Thank you!
조회 수
답글
좋아요 수
Sorry just thought I should Update as I noticed an error.
ToInteger($(instance/vars/@difference)) correct
$(ToInteger(instance/vars/@difference)) wrong
조회 수
답글
좋아요 수