I have found several sites where the field names are formatted as { MERGEFIELD FirstName }, but no matter how I try, this doesn't call the mergefield function, but instead places the actual text: { MERGEFIELD FirstName } I tried moving deleting and adding quotation marks to no effect.
My code is:
{ IF { MERGEFIELD SelectedParagraph }<>"" "{ MERGEFIELD FirstName}" ""}
I even tried this work around, but it failed too.
{ IF { MERGEFIELD SelectedParagraph }<>"" "{ INCLUDETEXT c:\\Users\\RPA2\\Documents\\Mail Merge for RPA\\RemindersParagraph.docx }" ""}
My code is:
{ IF { MERGEFIELD SelectedParagraph }<>"" "{ MERGEFIELD FirstName}" ""}
I even tried this work around, but it failed too.

{ IF { MERGEFIELD SelectedParagraph }<>"" "{ INCLUDETEXT c:\\Users\\RPA2\\Documents\\Mail Merge for RPA\\RemindersParagraph.docx }" ""}