Flow date variable blank in a Submit Catalog item inside For Each loopDescriptionFlow date variable blank in a Submit Catalog item inside For Each loopSteps to Reproduce 1) Create a Catalog Item with a Date variable2) Create a Flow with a String variable3) Create a Flow with the following details:- Trigger: Service Catalog- Step 1: Create a custom action or script to populate the string variable. Sample: (function execute(inputs, outputs) {// ... code ...var formattedDate = new GlideDate();formattedDate.getByFormat('MM/dd/yyyy');outputs.extn_date = formattedDate.getByFormat('MM/dd/yyyy'); })(inputs, outputs); Output this as a String - Step 2: Set Flow variables - pass the String output from Step 1 to the Flow String variable - Step 3: Create any Lookup Records eg User starts wth abel.tuter - Step 4: Create a For Each loopInside the For Each loop, create a Submit Catalog Item action and pass the String variable on Step 2 to the Date variable of the Catalog Item Expected results: Submit Catalog Item should populate the Date variableActual results: Submit Catalog Item is not populating the Date variable and is blank WorkaroundPlease see Fixed In versionsRelated Problem: PRB1739645