この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Hi,
What is not working? Does memo work instead of string?
Thanks,
-Jon
We are fetching JSON data in a var type. Then we are assigning the var value to <attribute label="Links Url" length="2048" name="lnksUrl" type="string"/>.schema. Problem is when that when I 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?
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
What was the solution? We are facing a similar problem.
Thanks,
Jim
表示
返信
いいね!の合計