I have an Http request call to BC to get purchase invoice lines using the V2 API's. I get the expected values from the output of that call. I then parse that information and use the output as the schema for the Parse Json action. From there I get the properites I would expect in the Dynamic Field content. However, I am using the lineObjectNumber and description in other parts of my flow, but the dynamic content does not contain a value. I have tried to initialize a variable, but had no luck. I've also tried to use an expresion from my output of parsed data String(description) with no luck. I'm not sure what I'm doing wrong here.
Http Output:
Parsed Json outputs:
Outputs of Parse:
Solved! Go to Solution.
The issue here was that I was missing [] in my Parsed json schema. I went back and copied the full body of the http request output, and added that as my payload to the Json Schema and it then provided values.
The issue here was that I was missing [] in my Parsed json schema. I went back and copied the full body of the http request output, and added that as my payload to the Json Schema and it then provided values.