Parsing and performing operations on embedded arrays in Flow Designer
I am building a 3 custom table relationship and have to parse the below JSON example to insert records into an "order" table, "sku" table, and "asset" table (not alm_asset or alm_hardware, a custom table with additional asset info). While doing so, I...