[Feature Enhancement][UI] Workflow page: Enable date column in data table
Request:
Enhance data table to display date workflow is created to improve user experience. This includes creating a workflow from scratch or from a template.
Links:
Backend feature enhancement issue: Azure/logicapps#1142
Enhancement:
- Add column for date created
- Column name: Date
- Enable sorting
- Default data table to sort newest to oldest to allow the most recent workflows to display at the top
Screenshots:
I'm not sure we have a way of getting this information....
I'm not sure we have a way of getting this information....
Bonica has filed this issue in backend if they come back not possible then this can be closed.
I'm not sure we have a way of getting this information....
Bonica has filed this issue in backend if they come back not possible then this can be closed.
I don't think the backend can do anything with this either.....a workflow is just a file int he file system and could be deployed not just through ARM but through CICD, the file system can't/won't keep track of when it was created, especially if they're using something like run from ZIP where the entire file system changes every deployment.