@BhagvanReddy1 ,
Sunday morning and noting more productive to do, so I built a model and the this works in my test
With(
{
wTable:
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
YourTextHere,
"{",
""
),
"}",
""
),
"\",
""
),
"<p>",
""
),
"</p>",
""
),
"""",
""
),
Char(10) & Char(10),
"|"
),
"[",
""
),
"]",
""
)
},
ShowColumns(
AddColumns(
Split(
wTable,
"|"
),
"Change Date",
Last(
Split(
Index(
Split(
Result,
","
).Result,
1
).Result,
":"
)
).Result,
"Change Field",
Last(
Split(
Index(
Split(
Result,
","
).Result,
2
).Result,
":"
)
).Result,
"Previous Value",
Last(
Split(
Index(
Split(
Result,
","
).Result,
3
).Result,
":"
)
).Result,
"Changed Value",
Last(
Split(
Index(
Split(
Result,
","
).Result,
4
).Result,
":"
)
).Result,
"Who Performed",
Last(
Split(
Index(
Split(
Result,
","
).Result,
5
).Result,
":"
)
).Result
),
"Change Date",
"Change Field",
"Previous Value",
"Changed Value",
"Who Performed"
)
)
and in case you are wondering, you cannot create field names dynamically.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps