Menu

Return data by id in a rule

Help
2018-12-26
2018-12-27
  • Jean Robert

    Jean Robert - 2018-12-26

    I'm trying to return data from a data table by id in my Rules table. Tried with >tablename.property but with no success.

    Please, see in attachment my GetParameterByProductId.

     
  • OpenL Tablets

    OpenL Tablets - 2018-12-27

    Hello,
    There are 3 ways to resolve this issue
    1) to use SmartRules table instad of Data table + Rules table (see Solution1.xlsx table GetParameterByProductId2) (Recommended)
    2) to change type of Parameter.id column to String and select from Data table by id. (See Solution2.xlsx table )
    3) to use index operation "select first" in Rules table (See Solution3.xlsx table)

    Best Regards,
    Alena.

     

Log in to post a comment.