Forum Discussion

Rev's avatar
Rev
New Contributor
2 years ago

How to check workflow/form status before proceeding with BR execution

Hi all,

I need to make a calculate icon in a dashboard visible based on the form status. Based on another post in the forum to check the workflow status, tried below script to first check the workflow status and return true if completed and false if not completed.

It throws error message as "The given key is not present in the dictionary".

Kindly enlighten on the reason for this error message and on how the form status can be checked.

 

Thanks

  • OS_Pizza's avatar
    OS_Pizza
    Contributor III

    Rev  That error comes from not passing the value to a given key. Please check your "CheckWF" variable.