couple of things you can try before you install connector next time
execute - csadm package content-hub sync --force from CLI For
configuration page issue, try to clear cache and attempt. Check browser
console for any errors
Request body exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE. This error
indicates that the data being passed is too large for automation
framework to handle hence causing no execution of playbook. Can you
reduce mock data to single query output and tr...
The function InlineImage is required and when passed via playbook it
becomes a string and not a callable function Connector also does not
have import call for InlineImage from docxtpl {"logo": InlineImage(doc,
"tmplogo.png")} In short, we need to edi...
There seems to an issue while parsing -- {%if vars.sev == "Medium"%}
{<!-- -->{"Severity" | picklist("Medium", "@id")}} {%else%} {<!-- -->{"Severity" |
picklist("High", "@id")}} {%endif%} But you can try following, it worked
in my test setup -- {<!-- -->{ "Severity" | pickl...