List Variable Not Available for Use in Create Record Input — How to Work Around ItIssue When using a subflow in Flow Designer, you may find that a list-type variable (such as “Resource Level”) is not available to select as an input in the Create Record action. This behavior occurs even though other variable types are selectable.ResolutionTo work around this limitation, use Transform Utility functions in Flow Designer to convert the list variable into a format that the Create Record action can accept. You can use these utility functions to transform the list value into a comma-separated string or another acceptable format, then pass that as the subflow output. Use the transformed output in the Create Record step. For detailed guidance, refer to the following documentation: Complex data transform functionsTransform utility functionsSet flow variables