MikaelH 179 Posted March 22 Report Share Posted March 22 Hi, I do like the new “Retain All Errors” in the Merge Errors, it coverts the Error source to an JOSN array of errors. With that change NI added some extra JSON Error VIs like the Write attribute. But I can’t get those VIs working? I couldn’t find anyone else complaining about this, sure I can just fix the issue myself since the VIs aren’t locked. Are anyone using these VIs? Quote Link to post
drjdpowell 502 Posted March 22 Report Share Posted March 22 Your attribute Values need to be valid JSON. You are inputting just strings. Convert your strings to JSON first. 1 Quote Link to post
MikaelH 179 Posted March 22 Author Report Share Posted March 22 Thanks, I missed that. Strange that is allows any text and messes up the JSON content completely if it's not valid json. Quote Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.