Hi All.
I ma having trouble with dates from Excel into Flow being converted to integer.
I simply want to use the matching record's date of birth in the traditional dd/mm/yyyy format but keep getting an integer when listing rows from excel.
Can anyone help please?
Thanks,
Mike.
Solved! Go to Solution.
@Mike1962 you need to format it using a formatdateTime expression:
formatDateTime(addDays('1900-01-01', add(int(items('Apply_to_each')?['Date']),-2)), 'dd/MM/yyyy')
where in my example 'Date' is the column in Excel.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @Mike1962 ,
Please take a try with @RobElliott 's solution and your problem could be quickly solved.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Mike1962 you need to format it using a formatdateTime expression:
formatDateTime(addDays('1900-01-01', add(int(items('Apply_to_each')?['Date']),-2)), 'dd/MM/yyyy')
where in my example 'Date' is the column in Excel.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @Mike1962 ,
Please take a try with @RobElliott 's solution and your problem could be quickly solved.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
89 | |
40 | |
23 | |
20 | |
16 |
User | Count |
---|---|
130 | |
51 | |
48 | |
36 | |
26 |