Placing requirements onto M2DOC table

Dear all,

i defined some requirements through REQUIREMENT VP add-on and i’m struggling trying to add them to a word document employing the M2DOC add-on.

I tried with the following code:
{m:if self.containedOperationalAnalysis.eAllContents()->filter(Requirements::Requirement)->size()<>0
{m:for Req | self.containedOperationalAnalysis.eAllContents()->filter(Requirements::Requirement)}
{m: Req.ReqIFName}
{m:endfor}
{m:endif}

Hello! Could you screenshot your project explorer? More information about your project’s structure and where your requirement elements are located may help.