Use Business Rule output (result) to fill a field

Hi,

I am looking for a way to fill a field with the output of a business rule.

Looks like BR outputs can only be used in a Gateway, but not in a Change field action.

The output of my business rule is an integer or numeric.

This output should be used to calculate something, let say [length] / [BR output].

Did anyone find a solution for this?

Parents
  • Hi ,

    You are correct that business rule outcomes are intended for use in a gateway. Is there a reason that you can't leverage that functionality to then have the gateway route off into various change field actions for each possible outcome to handle your use case? It's not dynamic, so depending on how large your business rule is, you could have a very large design canvas, but it should be achievable.

    Chris

  • Hi Chris, thank you for your answer. In this case I would need a gateway output route for each number (as it is a numeric field). That will be an impressive workflow, but not very efficient :-)

Reply
  • Hi Chris, thank you for your answer. In this case I would need a gateway output route for each number (as it is a numeric field). That will be an impressive workflow, but not very efficient :-)

Children