| When using livedata-inline-table with confluence_detailssummary pro macro >=1.29.0 the livedata-inline-table macro don't detect any more the content returned by the confluence_detailssummary macro. Step to reproduce: Create a page with this content
{{livedata-inline-table}}
{{confluence_detailssummary showLikesCount="true" showCommentsCount="true" showLastModified="true" headings="Title,Author,~"Released in years~"" showUnresolvedCommentsCount="true" id="work" showPageLabels="true" showCreator="true" cql="label = ~"examplelabel~" and space = currentSpace ( )"/}}
{{/livedata-inline-table}}
Create an other page to provide some content with
{{confluence_details id="work"}}
|=Title|The Hitchhiker's Guide to the Galaxy|
|=Author|Douglas Adams|
|=Released in years|1979–1992|
|=Kind|Trilogy in five books
|=Genre|Science fiction
{{/confluence_details}}
Expected: We have one result in the table Currently: The livedata is empty. |