web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / how to Insert Date val...
Power Automate
Unanswered

how to Insert Date values in SQL table from excel

(0) ShareShare
ReportReport
Posted on by

Hi Mates,

we have date values in excel, we need to insert in to table 

i just created a compose for assign excel field , then next compose formatted like formateDateTime(outputs('compose')) but it throws error like can not format, 

if this is not right way ..!

i also tried with variable(initial : string)

then set variable i could not see any excel column at Dynamic content to map like excel column formateDateTime(exceldatefield,'mm/dd/yyyy')

 

Any help please 

Categories:
I have the same question (0)
  • abm abm Profile Picture
    32,865 Most Valuable Professional on at

    Hi @Anonymous 

     

    There are quite a lot of threads around this. Have a look at this

     

    https://powerusers.microsoft.com/t5/Building-Flows/Excel-Table-cannot-convert-value-43875-4825115739-to-type/m-p/477360#M58248

     

    Thanks

  • Community Power Platform Member Profile Picture
    on at

    Hi Mates,

    working fine with when excel date field don`t have blank only, but what if we have row has blank value..?

    addDays('1899-12-30',int(output('compose'),'yyyy-MM-dd')

    i can convert and insert date values, when value is there in excel

    what if excel has blank  it should should not stop, it should iterate with next values.

    any help here if no value then it should blank, else update with excel value

     

  • abm abm Profile Picture
    32,865 Most Valuable Professional on at

    Hi @Anonymous 

     

    You could use empty, length, null checks in Power Automate using IF condition. Add an IF condition to check against the column or compose to determine whether its null or length > 0 etc.

     

    Thanks

  • Verified answer
    rsaikrishna Profile Picture
    3,703 on at

    @Anonymous ,

     

    Please try the below expression:

    if(greater(length(outputs('Compose')),0),addDays('12-30-1899',int(outputs('Compose')),'MM-dd-yyyy'),null)
     
    Please let me know if you have any questions.
     

    Regards

    Krishna Rachakonda

    If this reply helped you to solve the issue, please mark the post as Accepted SolutionMarking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone.
  • abm abm Profile Picture
    32,865 Most Valuable Professional on at

    Hi @Anonymous 

     

    The expression you can use the one which we discussed yesterday as in one IF expression then again if you have more than one action steps to use better to use an IF condition as an action step.

     

    If you have any questions let me know.

     

    Thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard