How to use an action to upload images to an object

Hello,

We have an object type with a media reference property that includes photos of the objects. The photos are integrated from a source system and stored in a mediaset.

We want to create an action that allows users to upload new photos for specific objects, and created an action with a media reference parameter:

However, when trying to invoke the action, we get an error “No backing mediaset found for selected file” after dragging a file into the form. How is this meant to be configured?

Hello,

Please make sure the media set is added as a source in the capabilities tab for the media reference property that is being uploaded to :slight_smile:

If it’s a function-backed action, you will need to use the text input display option instead as it currently isn’t possible to use the file picker.

Best,
Isy

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.