Hi Akkertje, I would agree with Kevin's suggestion because it would work well in your case. So, if your uplinks (let's call them uplink-1, uplink-2, uplink-3 and uplink-4) service your network, and you want VLANs ( let's call them vlan-1, vlan2, vlan3 and vlan4) to always have their traffic redirected to the corresponding uplink, you'd create 4 different flow-redirects that specify where each VLAN's traffic will be redirected, i.e. "ALL vlan-1 traffic should be redirected to uplink-1" Each redirect could have a single next-hop defined, or you could have multiple next-hops where you could define priorities for the order that the switch selects which link to redirect on. And while you should define priorities in both instances, it only matters in the instance where multiple next-hops have been defined.
A final advantage of a flow-redirect is, the option to specific what should happen to redirected traffic when the next hop is unavailable. If I recall correctly, a PBR will simply forward the traffic through your normal routing channels, whereas a flow-redirect allows you to specify whether you want to route using standard routing options or simply drop that traffic.