Skip to main content
Question

String: Evaluate Variable

  • 20 June 2024
  • 1 reply
  • 35 views

I am trying to Evaluate Variable. Attached code screenshot

accountsDataTable - Table

dicAttributes - Dictionary

 

Problem: When I am passing my expression directly to evaluate variable(Line 2) its giving correct output but If the expression is placed in this record variable $currentFile{Rule}$ then evaluate variable (Line1) is giving output as same expression instead of values.

Evaluate variable is working for directly variable its not working either dictionary or table

 

Please someone suggest me how can I retrieve values by passing a variable to the evaluate variable action instead of passing an expression directly.

 

1 reply

Userlevel 2
Badge +8

Hi,

String: Evaluate variable action: Variable data types other than string are not supported.

Use the String: Assign action in the String package to assign or concatenate strings, to retrieve values.

 

Please mark the response as a solution if it helps you.

Reply