You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value set in parameters is not picked up when passing it to value:
And when using it in queries:
The text was updated successfully, but these errors were encountered:
marcofra
changed the title
Bug: Value not picking up the "Default Value" in parameters
Bug: "Default Value" in parameters not working in different contexts
Jan 9, 2025
Weird, I thought I had tested this. What does the POST body look like?
{"logLevel":"info","hops":[{"type":"nodeQuery","query":"SELECT * FROM [nt:unstructured] AS s WHERE ISDESCENDANTNODE([/content/swisscom/de])","queryType":"JCR-SQL2","hops":[{"type":"setProperty","conflict":"force","propertyName":"${args.propertyName}","value":"args.propertyValue"}]}],"parameters":[{"name":"propertyName","defaultValue":"pName","type":"text","evaluation":"STRING"},{"name":"propertyValue","defaultValue":"pValue","type":"text","evaluation":"STRING"}]}
The default value set in parameters is not picked up when passing it to value:
And when using it in queries:
The text was updated successfully, but these errors were encountered: