Hi I'm pulling through data from Business Central to the Parse JSON the adaptive card. I have an output of the below. I'm trying to extract the Order number information but having some serious issues trying various expressions as they are all coming back with errors or the wrong data.
This is the output of the Parse JSON, highlighted the order number that I was extracting as a dynamic value:
{"type":"AdaptiveCard","version":"1.3","body":[{"type":"TextBlock","size":"large","weight":"bolder","text":"Posted Purchase Receipt"},{"type":"FactSet","facts":[{"title":"Buy-from Vendor No.:","value":"D C 01"},{"title":"No.:","value":"107411"},{"title":"Pay-to Vendor No.:","value":"D C 01"},{"title":"Posting Date:","value":"02/14/25"},{"title":"Posting Description:","value":"Order 106210"}]}],"actions":[{"type":"(hidden url for privacy reasons)","title":"Open"}]}
Any suggestions are welcome!