Resolved! Flow Designer GlideRecord vs Client Script
Hello, I'm working on a Flow Designer action that is meant to pull a list of records from a GlideRecord and output the response to an array. It seems to be working with a caveat. var company = inputs.company; var contacts = []; var grContac...
