cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Data Type

KarthikBallary
Level 5
Hi
How to set custom data type in BP.
I am using write code activity. Hence I need to pass different type other than in dropdown in/op param

Karthik Ballary

------------------------------
Karthik Ballary
------------------------------
1 REPLY 1

John__Carter
Staff
Staff
You can only use the data types defined by BP, and these types are deliberately simplified (eg number instead of int, float etc). So in your code you'll need to cast from one of these into something more specific, or use structured text such as JSON for anything more complex.

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------