You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently had the need to find the most used actions in an organization. You can generate it yourself with the data in the json file, but then you need to calculate it yourself. It would be helpful to have it readily available in the dataset.
I do not want to include it in the uniqueActions list, since that is just a standard string array and people might be dependent on it.
Let's add a new field uniqueActionWithCount to the results that shows the action name AND a counter of times it was included in a workflow
Think on checking the number of times the action is used inside a workflow and including that information as well. Should the final count then also include that? Or just the number of workflows it is used in?
The text was updated successfully, but these errors were encountered:
I recently had the need to find the most used actions in an organization. You can generate it yourself with the data in the json file, but then you need to calculate it yourself. It would be helpful to have it readily available in the dataset.
I do not want to include it in the
uniqueActions
list, since that is just a standard string array and people might be dependent on it.uniqueActionWithCount
to the results that shows the action name AND a counter of times it was included in a workflowThe text was updated successfully, but these errors were encountered: