Dear community,
I have the following issue:
I am extracting data from an excel sheet into a variable and then sending it via E-Mail.
This is working fine for all columns where we do not have any dots, slashes or other things in the column name. For columns with a slash inside I found a workaround with the concat expression - but this is not working for dots inside the column name.
items('Apply_to_each')?[concat('Purch', '.', 'doc')]
Did someone experience such a problem as well?


