Updating CampaignMemberStatuses with Skuid Field Editor

I’m trying up date the CampaignMemberStatuses when adding a new CampaignMember via Skuid. CampaignMemberStatuses are a Related List of the Campaign Object. The way you get to it in Salesforce is by opening a Campaign and click “Advanced Setup” from Classic. The only option that are there by default are Sent and Responded. How do I get this picklist in a Skuid, Field Editor with the other needed Campaign fields? I just trying to replace the page that pops up when you add a contact to a campaign. We used to use a URL redirect in Classic that would use the default Salesforce Add Campaign Member page, the redirect looks like this: /00v/e?c_id={{Id}}&parent_id={{$Model.Contact.data.0.Id}}&saveURL=%2F{{$Model.Contact.data.0.Id}}, but these don’t work in Lightning. Any help would be appreciated. Thank you.

Hi Naji,

Did you able to solve the issue ? As I am also getting same issue - Picklist value only show two options rather than Status based on Campaign Advanced setup fields page.

thanks