I am trying to construct some HTML to create a table to add to an email. I have changed the headers of my Excel table such that data that needs to be added in a row are differentiated by incremental numbers, so RDAudit1, RDAudit2, RDAudit3, and so on.
Here is my best attempt at a string interpolation:
Solved! Go to Solution.
Hi @BenDonahue ,
It seems you probably included an extra pair of quotes around the concat expression.
body('Get_a_row_3')?['concat("RDAuditQ",variables("intQCounter"))']
This expression worked for me to read the column of `RDAuditQX` from the table:
body('Get_a_row')?[concat('RDAuditQ', variables('intQCounter'))]
Yutao
Hi @BenDonahue ,
It seems you probably included an extra pair of quotes around the concat expression.
body('Get_a_row_3')?['concat("RDAuditQ",variables("intQCounter"))']
This expression worked for me to read the column of `RDAuditQX` from the table:
body('Get_a_row')?[concat('RDAuditQ', variables('intQCounter'))]
Yutao
Hello @BenDonahue
Thanks for bringing your questions to us. What you describe is a very specific scenario, so I will dig more based on the information provided.
I will get back to you on this same thread as soon as I have additional details to share.
Thanks.
@Yutao ,
You are correct, sir. If it weren't for dumb mistakes, I'd make (almost) none at all.
Now I can deliver on what I promised.
Much thanks!
-Ben
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
84 | |
60 | |
54 | |
44 | |
40 |
User | Count |
---|---|
85 | |
81 | |
76 | |
62 | |
42 |