You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Name | Age |
| ${table:people.name} | ${table:people.age} |
But Following Table syntax does not works
| Name | Age |
| Hello ${table:people.name} | ${table:people.age} ABC |
Effectively saying if there is only table syntax ${table:people.name} works, but if there is mix of text & table syntax HELLO ${table:people.name} it does not give in output.
The text was updated successfully, but these errors were encountered:
satyajitnayk
changed the title
Table syntax Hello ${table:people.name} does not give any output
Table syntax Hello ${table:people.name} inside a cell does not give any output
Jul 15, 2024
Following Table syntax works
But Following Table syntax does not works
Effectively saying if there is only table syntax
${table:people.name}
works, but if there is mix of text & table syntaxHELLO ${table:people.name}
it does not give in output.The text was updated successfully, but these errors were encountered: