How can I limit the number of distinct groupings returned by the groupBy action?

2 vues

Réponse

You can limit the number of distinct groupings by using the 'resultLimit' parameter, which specifies the maximum number of distinct groupings to return. It accepts an integer value.
Did this answer help you?
groupBy

simple

See technical action