I am somewhat new to creating flows and it seems like I can only be successful when I create the data from a MS Form - basically I am trying to take an excel file (which is an export from my ERP AQL Table) and use the data, but I seem to always run into problems. One I am trying to do basically compares an employee roster to a list of employee numbers punched into the system. I have it set as:
Recurrence
List Rows Present in a Table
Create CSV Table
List Rows Present in a Table 1
Create CSV Table 1
Filter Array - from item()?['body'] - then taking the dynamic output from Table 1, does not include - I cannot get a list to come out no matter what I try and what I do.
Any help would be appreciated. Below are examples of the errors I receive in the step. I have tried to add a parse json step but this has not suceeded either
BadRequest
The 'from' property value in the 'query' action inputs is of type 'Object'. The value must be an array.
InvalidTemplate
The execution of template action 'Filter_array' failed: The evaluation of 'query' action 'where' expression '@greater(item()?['Days'],30)' failed: 'The template language function 'greater' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'.