I have a flow that collects some bits of information from json snippet to build table with 'Create HTML table' action:
Schema:
'Work Type' and 'Fee ' column have got some space in the name.
How do i specify that space in the expression Item() to get the data from that column?
Item().Work Type doesn't work. I tried various combinations to cater for that space ,such as:
Solved! Go to Solution.
Hi @Paulos29 ,
You need to use outputs('ActionName')?['body/Work Type'] , if you are processing multiple objects it will go inside For Each loop. For better clarity post your JSON and screenshot of Flow.
Thanks
Hi Manish,
Here is the flow part that attempt to build the table off the Filter Array output:
Expanded view:
I am able to collect values for column Client, Country , Year and Recurring (using expressions Item().Client, Item().Country etc. in Value section of HTML table but the same approach does not work for
Item().Work Type and Item().Fee
as there are a spaces in the names of these 2 columns in the json schema (as per below):
I need to figure out what to input in place of space for Item().Work Type and Item().Fee (which has space at the end of string 'Fee ' in json schema.
Manish, YOU ARE A GENIUS!
I salute you , Sir!
Thank you
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
56 | |
39 | |
37 | |
35 |
User | Count |
---|---|
79 | |
66 | |
57 | |
51 | |
42 |