Custom Data Type
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-21 09:03 AM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-21 09:16 AM
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
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
