How to know what is the data that is stored on particular local variable expression.

 Hi,

Is there anyway to check what data is being set in local variables from time to time.

My scenario is I've a logic for pagination and I'll be passing the datasubset which will have the batch size.

But some issue in logic is there where it is not working as expected.

Whenever I refresh the data in the grid(passing new datasubset to the grid) batch size is not getting updated in the pagination logic.

So when I send a new data I wanted to know what are the values that are getting refreshed in that logic of local variables.

Is it possible to see without logging it.

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    I think this would be an excellent enhancement for Appian to add. In the meantime, we need to add debug readOnly text fields to interfaces to display it, or comment out an expression rule and return the local value. This is time-consuming and must then be undone - it would be nice if there were a way to see the value of local variables the same way you can see the values of rule inputs in the test interface.
Reply
  • 0
    Certified Senior Developer
    I think this would be an excellent enhancement for Appian to add. In the meantime, we need to add debug readOnly text fields to interfaces to display it, or comment out an expression rule and return the local value. This is time-consuming and must then be undone - it would be nice if there were a way to see the value of local variables the same way you can see the values of rule inputs in the test interface.
Children
No Data