Value from another file cabinet
Workflow. I want to search value in another file cabinet. For example some approval limit. Now I need to create extra global variable, fill it with text "Approval limit" and use this global variable in SQL query for file cabinet. The following SQL query doesn't work: Limit = 'Approval limit'. I need to create global variable with the mentioned text and use the global variable. Same for my colleagues.
1
vote