Hi friends, I am new and exploring Pipeline.
I have a Array variable that stores below content from the Activity output.
How can I format this to a HTML table so that I can send the message using either Teams or Office 365 outlook Activity. Please suggest.
{
"name": "Combined_Execution_Result",
"value": [
"{\"source_table_name\": \"EHS\", \"target_table_name\": \"FinalValues\", \"rows_inserted\": \"0\", \"rows_updated\": \"44\"}",
"{\"source_table_name\": \"STP\", \"target_table_name\": \"FinalValues\", \"rows_inserted\": \"0\", \"rows_updated\": \"22\"}"
]
}
Thanks,
Prabhat