I have 1 create HTML table,
["Project": "1",
"Project": "2",
"Project":"3"]
and another create HTML table.
[
"Rule": "No",
"Rule": "Yes",
"Rule": "No with migration"
]
Now I want the result to be in this format,
[
"Project": "1", "Rule": "No",
"Project": "2", "Rule": "Yes",
"Project":"3", "Rule": "No with migration"
]
Please let me know is there a way to join two tables together in power automate?
Thanks, in advance.