Document.getProperty
In a automation chain i have :
- Context.SetVar:
name: vReferenceNeutre
value: "@{Document.getProperty(\"dec:xNoAz/sValeur\")}"
What is the syntaxe of Document.getProperty to get the first sValeur for a property with multiple value as :
"dec:xReferencesNeutres": [
{ "sValeur": "2021 QCCA 7", "sValeurOriginale": null, "sSource": null },
{ "sValeur": "2021 QCCA 1", "sValeurOriginale": null, "sSource": null },
{ "sValeur": "2021 QCCA 3", "sValeurOriginale": null, "sSource": null }
]
FILES:
aa.jpg
0 votes
1 answers
971 views