Hi there,
I am building a deskbooking app, and am working on a Virtual Agent to help with this.
As part of the flow, I need to list Dataverse rows which meet certain criteria to ensure that there is no double booking.
In the List Rows action, I am putting this as Filter rows (as an expression) to try to list only those where there is a reservation date of tomorrow. The column in Dataverse is "Date Only"
new_reservationdate eq 'formatDateTime(utcNow(), 'dd-mm-yyyy', 1)'
When I run this, however, I get this error message - Unable to process template language expressions in action 'List_rows' inputs at line '0' and column '0': 'The template language function 'formatDateTime' expects its third parameter to be of type string. The provided value is of type 'Integer'. Please see https://aka.ms/logicexpressions#formatdatetime for usage details.'.
What am I doing wrong?
Thanks
K.