Hello, I know that this issue has been already solved. I've already try simple method from Nikhil Gaur and it's work fine but I have another problem. I just want to put my query from SQL into the table to look like this

from the picture if there is a record in my query from SQL it will show at the same day as it's create but if it doesn't it will show "-" instead
Right now I got the table that look like this

and this is the property of my table

this is GetDates Action

this is what inside my preparation

and this is record from SQL that I want to show in the table

I have already try many methods but It doesn't work for me so can anyone help me to fix this issue?
or maybe just make an example so I can get the idea.