Open
Description
In the foreach block there is the option to use a field as an id for the dynamic pipeline instead of having a hash of the object. This is very useful for optimization when you don't want to recreate the entire pipeline if just some part of the object changes.
The problem is that this field might be very long which is not great for displaying in the UI and in the metrics. One way to solve this could be to have a boolean flag to hash the selected field.