Enhance ListClear Action to Accept Multiple Lists.
92
Views
0
Comments
New
Service Studio

Currently, the built-in "List Clear" (both client and server) action only allows a single list input. When we need to clear multiple lists in the same logic flow, we have to call the action repeatedly for each list, which results in repetitive code and reduced readability.

It would be a great enhancement if the "List Clear" action could accept multiple list inputs (like a list of lists or as variadic parameters) and clear them all in one go. This would reduce unnecessary duplicated calls and streamline logic implementation, especially in complex flows.

This enhancement would improve developer productivity, reduce redundancy, enhance code readability, save time in complex flows, and make applications more maintainable.