I'm having an error every time that I try to save my Flow
It is the simpliest flow that exist
When In Item is created Insert a Row in SQL
every field is working great, the problem comes when I'm trying to add my DateTime Values
I got this error
The values in SP are stored like this
and If a manually copy and pasted in SQL it stores like this
The problem is only in the flow configuration
My Time Zone is set to Mexico City (in SP) and in SQL is set to Standar ( YYYY / MM /DD )
Solved! Go to Solution.
Hi @EC_1
Can you try using the expression:
formatDateTime(triggerOutputs()?['body/Hora_de_Limpieza'],'yyyy/MM/dd')
Usually the format that is retrieved from SP lists is yyyy-MM-ddThh:mm:ssZ and to convert to the target type, you can use the above expression. Note that the time/date values from SP are returned in UTC timezone.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
@EC_1 Can you please try to use
convertToUtc(<Your Variable>, 'GMT Standard Time')
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @EC_1
Can you try using the expression:
formatDateTime(triggerOutputs()?['body/Hora_de_Limpieza'],'yyyy/MM/dd')
Usually the format that is retrieved from SP lists is yyyy-MM-ddThh:mm:ssZ and to convert to the target type, you can use the above expression. Note that the time/date values from SP are returned in UTC timezone.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
33 | |
15 | |
14 | |
13 | |
8 |
User | Count |
---|---|
39 | |
31 | |
25 | |
13 | |
12 |