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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

how to Insert Date values in SQL table from excel

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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,985 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
    Microsoft Employee 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,985 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,985 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 600

#2
Valantis Profile Picture

Valantis 453

#3
11manish Profile Picture

11manish 356

Last 30 days Overall leaderboard