Change default="3" lineCount. Lines to retrieve in a link
Hello, every time that I do a direct mail with a link, i have to change the lines=3 to lines=1.

Is there any way to make "1" the default value?
Thank you for your help.
Hello, every time that I do a direct mail with a link, i have to change the lines=3 to lines=1.

Is there any way to make "1" the default value?
Thank you for your help.
Hi @heku_ ,
Not sure you can modify it via Input form or in other way, but this 'Lines to retrieve' and 'Data collected' dropdown are from "conditionLink" element on xtk:queryDef schema.
You can find this details by Searching the below attribute in xtk:queryDef schema,
<attribute label="Lines to retrieve" name="lineCount" type="long"/>
And extend the schema and try to set the default value as 1 (default="1")
Lets us know if it works!!

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.