- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I want to change the length of my string type URL field to 2048 i.e. <attribute label="Links Url" length="2048" name="lnksUrl" type="string"/> but its not working. Its only working when the length is of 1024. Any idea on how we can manage to extract.
Do i need to take any other data type instead of string?
In my code I have written as
* In Schema -
<attribute label="Links Url" length="2048" name="lnksUrl" type="string"/>
* In Workflow Javascript -
var linksURL = jsonObj.content[index].links.url;
* And asigning it to the schema
lnksUrl ={linksURL}
Any idea ?
But not working.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes