The use case is for a creator to submit a request to participate in a brand’s marketing campaign by browsing a list of campaigns and adding their content (for review) to the brand via the Add Content button that opens a lightbox. Then post their input.
The problem is bringing the campaign title from the individual item into the lightbox and then inserting it into the “SubmitContent” dataset as a reference field in order to link the campaign and creator content and not duplicate the campaign title.
I’ve created:
- A dynamic page with a repeater to list marketing campaigns and have an “all” page and a “title” page with details of the campaign,
- A lightbox where the creator adds a caption and type.
Dataset: addInfluencerCampaign
Field: Campaign Title (primary)
Field Key: campaignTitleId
Feild Type: Text
Dataset: SubmitContent
Field Name: Campaign
Field Key: campaignId
Field Type: Reference
Referenced Collection: addInfluencerCampaign