hello team we faced an issue while importing one of the qs templates.
Below is the error message,
Unable to process your request while preparing the table view from your schema, calculated columns [height] are invalid. ErrorType: CONTEXTUAL_UNKNOWN_SYMBOL.
However we found the sequence of parameters was wrong where “height” column came before other field parameters in JSON thereby giving the ““InvalidParameterValueException” with the error message “CONTEXTUAL_UNKNOWN_SYMBOL.”” This solved the issue.
But main ask here is there any way directly obtain the correct order from export rather than manually just changing the order everytime which is not ideal? or any non-scripting option available?
thanks