I need to convert a json string to FHIR Json ,for that I’m trying to invoke vb code in my workflow using invoke code activity
But it’s showing an error in Imports I don’t know how to solve it and I also don’t know how to invoke the arguments I couldn’t see the arguments I created in this activity in the arguments panel
As for the error you’re facing, you shouldn’t import namespaces within the Invoke Code activity. Add the namespace instead in the “Imports” panel in Studio designer view, or install the package as a dependency (only if it’s not already present - Newtonsoft.Json should be there).