Hello!
I am attempting to do a flow that pulls from "Lists" in sharepoint. You will see below that it will only pull information when a certain field is filled in the list (that is what the condition is for). "Get the file content" is to get the PDF template that needs to be filled which then routes to "Fill in PDF Form" thorugh Plumsail. Under that step, it requests the JSON in which I have input dynamic content from the sharepoint List. Whenever I run a test, it fails on the "Fill in PDF Form" step saying: "The value should be a valid JSON object or array". I have used this same JSON to do a PDF fill from a Microsoft form with no issue but it is not working from this, am I missing something that should be done for this to work?
Here is the entire flow:

This is the JSON information under "Fill in PDF Form":


And here is the error that I am receiving when I run a test:

Any help would be greatly appreciated! Thank you!