Simple except report log

I am working on a simple excel report log but getting some weird issues. Can someone explain to me how to do a simple workflow that creates an excel log that has 3 columns DATE , TIME , TOTAL and then populated the excel with one line of results time and total per day , each day a new excel will be created with the same headers but still just one line of report data. The total will come from a list Count.

HI,

Can you share specific expected output?

Regards

Hello!
Of course ! My expected output is an excel file with headers: Date ( in cell A1) Time ( cell B1) and Total ( in C1) with the actual date ( date at time of file creation) (A2) time (B2) and total which will be an in argument with pf List of Strings ( standing for number of strings rewritten) which I will figure out from a count of the list of strings and this will go in (C2)

Hi,

Can you share it as file?

Regards,

Here is what the output would like, it would only ever have two rows, one with the header and one with values ( a new excel file is generated each day ). The date and time are when the file is made and the total is the count from a list of strings.

HI,

Can you try the following sample?

Sample
Sample20240701-2.zip (3.5 KB)

Regards,