Unable to process template language expressions for action 'Bedingung_4' at line '0' and column '0': 'The template language function 'less' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'.
I am reading 4 tables from an excel sheet to create elemetns in a sharepoint list. I have a condition that changes an attribute of an element (i know now I can use a function for this, I just kept it as is, as it had worked until this moment). Basicaly just checks if a DATEVALUE(DATE) < DATEVALUE(TODAY)... I do not understand where it is getting a String from... I had already checked the document and the value im fetching and all is in order...
It had worked fine until now... I do not know how or why it broke...
Update:
I have also attempted to just convert the dates into their integer values... however even then it still spits out the same error detecting the values as String instead of integer which even their data type is set to in the excell sheet 😕 ...
User | Count |
---|---|
25 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
24 | |
22 |