Unable to access data in deluge from a integrated form

Unable to access data in deluge from a integrated form

I have created an integrated form in a Creator App to pull from the Employees table of ZOHO People.
Now I want to read this data in another workflow which runs on the click of a custom button.
Here is the code:

  1. allEmployees = Elephant_Employees[employeestatus == "Active"];
    info "Employee Count: " + allEmployees.count();
'Elephant_Employees' is the form link name. 
In the log it always shows me 0 records. I have opened the Form report and seen all the records pulled in and loaded. Yet no data can be accessed in my workflow deluge code.
Can you help?