Filter the Lines
objective in the next set of steps you are going to filter out all the lines that are actually not allowed to be targeted with a sms message due to the their opt'ing out at the line level you can not rely here on profile consent because this is a line level target setup split activity click the + icon on the bottom transition of the fork activity and select the split activity on the popup in the right rail update the label to state the following filter out opt'd out lines in the right rail expand the default segment subset section and click the create filter button add a condition to ensure that you remove all customer lines that are opt'd out of sms messaging you need to figure out how to create the condition but the final result should match the screenshot above you got this! click the save button in the upper to save your work your canvas should look like so now\ add the sms activity on the workflow canvas, click the + icon after the split condition you added and select the sms activity in the right rail click on the edit sms button to start configuration of the sms message in the top nav click on the actions menu item and then from the sms configuration drop down select the sms channel relational sms multi entity oh no 🫨! why are you getting no results? did your summit lab break? did your instructors screw this up? freak out!!!!!!!!! freak out moment the transition of the fork currently has a targeting dimension of customer line (i e what table the current result relates to in the relational store) what is unique with orchestrated campaigns though is you always join back to the real time customer profile at send time so delivery and tracking information from messages is attributed to a profile this join was pre build for you from the customer account table the channel configuration for sms was already setup for you beforehand and it currently looks like so how you read this is as follows deliver one message per the target dimension (i e customer account) on the number of related records found in the secondary dimension (i e customer line) execute each sms delivery using the mobile phone number found in the secondary dimension (i e customer line) this unique ability to send many messages to one profile is one of the primary features of orchestrated campaigns that makes it different from journeys so how do you get this to work? add a change dimension 😀 add change dimension click the back button on the sms edit screen on the workflow canvas, click the + icon between the filter and sms activities and select change dimension in the right update the change dimension with the following information label convert line to account new target dimension customer account click the save button in the upper right of the canvas to save your work when done your workflow should now look like this sms message configuration now that you've fixed the workflow let's try re configuring the sms click on the sms activity in the workflow canvas and then, in the left rail, click on the edit sms button this screen takes a while to load i know its annoying, trust me its being fixed in the top nav click on the actions menu item and then from the sms configuration drop down select the sms channel relational sms multi entity feels good doesn't it 😮💨 recap you made it through this one and hopefully learned two very important things you final results targeting dimension has to match the channel configuration you want to use the change dimension activity is likely going to become your best friend for ensuring this happens