Im using apps to colect data (using text fields, datepicker, filepicker, etc), add in a data service entity, input in a queue and then display in a table.
Specifically for date fields Im getting the wrong format while displaying.
To give some context, the format in data service is the following, considering the “Hide Time Field” equals to ‘yes’
But when I display I get a different format
Im using the entity reference in the data source field of the table to make it display the fields. Is it possible to change the format how data is displayed? I saw another post in the forum sugesting to create a process behind it, is there other way to achieve without having to create a process?