I have a song with the file name: Artist - Title.mp3
Is it possible that I when I upload this song, the artist and title can be extracted automatically from the filename and saved to the database under data fields “Artist” and “title” that I created or I need to do this manually?
You can do this through either a custom state or through a hidden field.
General Workflow
Create entry (filename) or you can update an existing Artist record based on the custom state or hidden field. I would personally go with a hidden field in this case. Just make it a regular input for now while you test.
Add pause before next action
Create record (Using upload)
Add record to a list under the Artist. Under the artist type, you would essentially have a list of upload names and a list of uploaded song records.