I have a canvas app using a SP List data source and I discovered that the Close Date when viewed in the Power Apps dev tool is displaying as an "Invalid Date" even though the date works in the app and displays like 3/2/2021 or 10/25/2021. The example code is shown below. I add a new column "Active" which is set to Yes or No depending on a date comparison. Is this occurring because my dates are displaying as 3/2/2021 instead of 03/02/2021?
// Show select columns and add an Active column to represent if a deal is active Yes/No
ClearCollect(colDashboardActiveDI, AddColumns(ShowColumns('Deal-Intake-App', "Title", "Close_x002d_Date", "SFDC_x002d_Opp_x002d_Name", "SFDC_x002d_Opp_x002d_ID" ), "Active", If(Close_x002d_Date > Today(), "Yes", "No")) );
Solved! Go to Solution.
Do you mean that the Close Date works great in the Power Apps app, but mot in the preview mode from the formula bar?
Actually, it it an known issue that would not affect your result.
If the result works great in your app, you could use it without error.
Hope it could help.
Regards,
Qi
Do you mean that the Close Date works great in the Power Apps app, but mot in the preview mode from the formula bar?
Actually, it it an known issue that would not affect your result.
If the result works great in your app, you could use it without error.
Hope it could help.
Regards,
Qi
User | Count |
---|---|
253 | |
251 | |
82 | |
45 | |
27 |
User | Count |
---|---|
350 | |
264 | |
127 | |
60 | |
58 |