Appian Function product

I am trying to use the Appian Function product.  According to the documentation here is an example:

product(10,2) will produce the result 20

 

When I try this in my code it throws an error stating 

 

Not sure why but I put an fn! in front of product and it worked.  Took a little while to find this solution.  Has anyone else run into this problem?  Could this be a problem in my environment or ????

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to helmuta
    This happens if you have a rule with the same name, even if this is deleted in past (probable reason you don't see it now, check deletion log) you will still have this issue.
    The only way I know you can work around this in the existing environment now is use a fn! everywhere you are calling the Product function.

    This is from a past experience, it might be worth taking it with Appian Support to see if they have got a resolution to this in current time.