Hello i have little problem.
my flow send excel table rows to sharepoint list but my datetime and time coming unknow format like
Time spent 0.00217592592592593
Date with time 44017.6915740741
what i must to ? some formula to sharepoint calculator ? or all must do in flow ?
Solved! Go to Solution.
Hi @Silcava ,
@leyburn19 's solution would work with date that don't contains time in the excel table, for the date contains time in excel table, it would be difficult and the link below could be your reference:
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.
This is a known issue with excel importing into Lists. They way I do it is I modify the date in a few steps.
1. Action = Compose - Put the date you want into this step
2. Action = Compose - Use the expression addDays('1900-01-01',int(outputs('Compose'))) - sometimes this needs to addDays('1899-12-30',int(outputs('Compose'))) as the actual date may be two days out
3. Put the result of step two into your date field
You need to do this for every date field in the list
Hi @Silcava ,
@leyburn19 's solution would work with date that don't contains time in the excel table, for the date contains time in excel table, it would be difficult and the link below could be your reference:
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 |
---|---|
93 | |
45 | |
19 | |
18 | |
15 |
User | Count |
---|---|
137 | |
54 | |
42 | |
41 | |
30 |