I need to format a date using a workflow from datetime to just the date in the this format: YYYYMMDD
Example:
Before: 8/7/2023 12:00:00 AM
After: 20230807
I only need the formatted date for a specific SharePoint 2016 list, thus why I need the workflow to format it. It is a site workflow that is scheduled to run.
I’ve seen some guides on formatting the date but none have worked when I try to do the specific format I need.