To label the images into 5 categories based on the photo's file name

When multiple photos are uploaded, I want to label the images into 5 categories based on the photo’s file name.

For example, if ‘beauty’ is contained in the file name, I want this image to have a state of 1, and if ‘rose’ is contained in it, I want it to have a state of 2.

Is there any way to upload multiple photos at the same time and perform them simultaneously?

Yes, create a backend workflow that processes a photo.

Then schedule this workflow on a list where the list is the multiple photos uploaded.

This topic was automatically closed after 70 days. New replies are no longer allowed.