Skip to content

Multiple table syntax or normal token with table syntax inside same cell does not works #194

@satyajitnayk

Description

@satyajitnayk

Following Table syntax does not works @optilude

| Name                                              | Age                 |
| ${table:people.firstname} ${table:people.lastname} | ${table:people.age} |

| ${table:people.firstname} Good ${greeting} |

given data

{
  "people": [
    {
      "firstname": "ABC",
      "lastname": "DEF",
      "age": 12
    },
    {
      "firstname": "PQR",
      "lastname": "XYZ",
       "age": 15
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions