hi ,
have flow setup when dataverse row is added , add row into excel.
I have drop down with choice in my power app form and these value are showing as numbers in the excel sheet, not text.
I have a date picker also, which is not showing.
Hi @KT61 ,
You just need to replace 'Date' with you own column name then set the expression for the corresponding field.
Best regards,
Thanks, for the converting time formula, where do I put this in my flow? or do I create a manual trigger flow like in the blog, but then where do I put it?
Hi @KT61 ,
To populate Date columns of Excel table using date time values from dataverse, please refer to below blog:
Power Automate: Convert Date to Excel Number - Manuel T. Gomes (manueltgomes.com)
add(div(sub(ticks(triggerBody()['date']),ticks('1900-01-01T00:00:00Z')),864000000000),1)
Best regards,
Thanks, was looking in the wrong place. got the choice sorted, now to try the time.
Unfortunately, still the same
Hi @KT61 ,
Please check in run history and see outputs of the trigger, you can find the exact name of where the choice value comes from.
The expression on my end is
triggerOutputs()?['body/_crba2_type_label']
change it based on the name on your end.
Best regards,
Hi, thanks.
Showing blank now in excel sheet when I add the expression, any ideas please? Or do I have something wrong
Hi @KT61 ,
Sorry I was using a wrong symbol in the expression.
triggerOutputs()?['body/Area@OData.Community.Display.V1.FormattedValue']
or
triggerOutputs()?['body/Area_label']
Best regards,
Thanks for the reply, getting the following error,
Do I need to delete "Task Category"? and add into brackets?
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional