contextual-info not displaying in oj-sp-dashboard-landing-page template
Summary:
Hi All,
I have added few contextual-info in oj-sp-dashboard-landing-page template. I am passing the required values from previous screen. But I do not see in in dashboard page. Am I missing anything?
Content (please ensure you mask any confidential information):
<oj-sp-dashboard-landing-page id="oj-sp-dashboard-page-1" primary-action="[[ $page.variables.primaryAction]]"
display-options.in-flow-back="true" page-title="Emp Details"
contextual-info='[[ [{"label":"Emp Name","value":$variables.empName},{"label":"Emp ID","value":$variables.empId}] ]]'
display-options.contextual-info-label="true"
page-subtitle=""
on-sp-in-flow-back="[[$listeners.ojSpDashboardPage1SpInFlowBack]]">
<oj-table scroll-policy="loadMoreOnScroll" data="[[ $variables.empADP ]]"
columns="[[ $variables.col ]]" >
</oj-table>
</oj-sp-dashboard-landing-page>
Version (include the version you are using, if applicable):
2410
Code Snippet (add any code snippets that support your topic, if applicable):