I highly recommend checking out Quickbase as a potential frontend and also as a data store. It's has a flexible frontend with user-friendly reporting, customizable form views, dashboards, gantts, etc. I swear this isn't a sales pitch, but QB and Work...
Ah, is the entire input_json escaped with slashes, or only the Status array? Or is it the data in the Status array?Chances are you probably only need to run one of the above through JSON.parse again. This is all guesswork without seeing the recipe an...
Using that exact array as input, this script works fine on my end (I really didn't make any changes).Is Regulation always present in the first index of the Status array? If not, then you may need to loop through Status to find an object with Regulati...
Is this an accurate representation of input_json? Not sure if Status is an object or an array.[{ "FirstName": "Spider", "LastName": "Man", "EmployeeId": "123", "Status": { "Regulation": null }}]