Resolved! Flow Designer to dynamically update the field that was entered as the action input
Hi All Can someone please help me with my Flow designer action script below which is to update a field value based on the field name entered as the "field" input . (function execute(inputs, outputs) {var user = new GlideRecord(inputs.tablename);var f...