So I am using the new Data Table component in flow to display a list of records, and it's pulling the records fine, however, when I add the columns, something weird is happening, specifically a Date field that I added. In the flow data table it's showing the date as a day earlier.
See the screen shots below.
Here is the screen shot of the record in Salesforce (It's the Contract Object) You can see the Start Date is 7/1/2022
Then in the flow, when it is displaying the list, the start date shows as 6/30/2022
Why would this be happening? #Flow #Unofficial SF
8 risposte
It's very odd. The Date field itself is already a formula (referencing a date on the parent record). When I change it, the output changes on the record but not on the data table.