Solved

Will creating the same property duplicate it, or just update?

  • 8 December 2021
  • 3 replies
  • 137 views

Badge +4

Hi! 

I have a flow in which all my new subs go. 

At the beginning of this flow, I create a property about the user called:
In X Flow → True

 

There were already subscribers going through the flow before I did that. 

I’m pretty sure this property does not apply retroactively to those who already went past the entry point and deeper into the flow. 

 

What’s the best way to add this property to those in the flow already? 

If I add a property update block at the last email fo the flow like this:

Create a property:
In X Flow → True 

What will happen to those who already have this property? 

If I instead do this:
Update existing property:

In X Flow → True 

If that property doesn’t exist in someones profile, it simply won’t do anything, right? 

 

Additional question.

If a user has a boolean property, let’s say:
In X flow → True

Does this mean that a user that does not have this property is automatically False?
In X Flow → False

 

 

icon

Best answer by Dov 8 December 2021, 16:03

View original

3 replies

Userlevel 7
Badge +61

Hi @PaulZenymarketing,

Thanks for sharing these questions with us!

I’m glad you are thinking critically about flow functionality and the profile property blocks. They are both wonderful tools that many of our customers use to sort and target their customers.

You are correct that the property will not apply retroactively to users who had gone through the flow before you implemented the create property block. Now, to address your question on how to add this property to those in the flow already. There are a few different ways to achieve it. If the flow is triggered off of a list or a segment, my advice is to first clone the flow, then in the clone. remove everything in the flow except for the create profile property block (and turn the create property block live). So, the entire cloned flow is just the flow trigger (the list or the segment) and the create profile property block  Next, backpopulate the cloned flow using the second radio button, “Schedule for each step relative to when I click the back-populate button”. This will queue-up all users already present in the list or segment from the top of the flow. In your case, it will push everyone in the list or segment l through the “create profile property block” and update that property if it doesn’t exist. For a more detailed breakdown with visuals on backpopulating a list or segment triggered flow see the thread below:

Whether you use “create” or “update” in your block, the property will persist on the profile. Both of these actions will technically “update” an existing property, however, if the same property already exists, and you “update” it to the same property + value, in effect nothing will happen. If the property doesn’t exist in the profile at all, it will be created.

You can also add the profile property block to the end of the flow, however, if any users have already completed the flow, they will not be updated. So this clone and backpoulation strategy ensures that that property exists for everyone contained in that list or segment. Once the backpopulation is completed, you can delete the cloned flow.

If the flow is triggered off of a metric, I recommend creating a segment of users: “what somebody has done > metric X > in the last X amount of days since you implemented the flow”. Export all of these users into a .csv file,  including the property you’re using in your flow and their email address. Then in the .csv file, copy and paste the property so it exists universally for all emails in the .csv and re-upload the profiles to a discrete list (just ensure that list doesn’t trigger a flow, or create a new list and upload them to that list). That will update all the profiles who have entered the flow with this property. Let the flow run per usual from here, since you have the block in place it will update all net-new profiles coming through.

On your additional boolean question, that is not the case. While boolean values can only be true or false, it’s possible to have a property without a value (that applies to all types of properties). For example, Shopify Tags. If there are no Shopify tags associated with the profile, the property will simply read “Shopify Tags” on the profile without any associated values.

For more use-cases on this topic, I recommend checking out our article here and our article on the profile property action blocks here.

I hope that’s helpful!

Badge +4

Hi @PaulZenymarketing,

Thanks for sharing these questions with us!

I’m glad you are thinking critically about flow functionality and the profile property blocks. They are both wonderful tools that many of our customers use to sort and target their customers.

You are correct that the property will not apply retroactively to users who had gone through the flow before you implemented the create property block. Now, to address your question on how to add this property to those in the flow already. There are a few different ways to achieve it. If the flow is triggered off of a list or a segment, my advice is to first clone the flow, then in the clone. remove everything in the flow except for the create profile property block (and turn the create property block live). So, the entire cloned flow is just the flow trigger (the list or the segment) and the create profile property block  Next, backpopulate the cloned flow using the second radio button, “Schedule for each step relative to when I click the back-populate button”. This will queue-up all users already present in the list or segment from the top of the flow. In your case, it will push everyone in the list or segment l through the “create profile property block” and update that property if it doesn’t exist. For a more detailed breakdown with visuals on backpopulating a list or segment triggered flow see the thread below:

Whether you use “create” or “update” in your block, the property will persist on the profile. Both of these actions will technically “update” an existing property, however, if the same property already exists, and you “update” it to the same property + value, in effect nothing will happen. If the property doesn’t exist in the profile at all, it will be created.

You can also add the profile property block to the end of the flow, however, if any users have already completed the flow, they will not be updated. So this clone and backpoulation strategy ensures that that property exists for everyone contained in that list or segment. Once the backpopulation is completed, you can delete the cloned flow.

If the flow is triggered off of a metric, I recommend creating a segment of users: “what somebody has done > metric X > in the last X amount of days since you implemented the flow”. Export all of these users into a .csv file,  including the property you’re using in your flow and their email address. Then in the .csv file, copy and paste the property so it exists universally for all emails in the .csv and re-upload the profiles to a discrete list (just ensure that list doesn’t trigger a flow, or create a new list and upload them to that list). That will update all the profiles who have entered the flow with this property. Let the flow run per usual from here, since you have the block in place it will update all net-new profiles coming through.

On your additional boolean question, that is not the case. While boolean values can only be true or false, it’s possible to have a property without a value (that applies to all types of properties). For example, Shopify Tags. If there are no Shopify tags associated with the profile, the property will simply read “Shopify Tags” on the profile without any associated values.

For more use-cases on this topic, I recommend checking out our article here and our article on the profile property action blocks here.

I hope that’s helpful!

How will I know if the operation was successful? 
I did the clone and back populate, but not sure how to check now if it’s all done. 

Userlevel 7
Badge +61

Hi @PaulZenymarketing,

It will only take a couple of minutes to update all qualified profiles. If you click into the profile property block, you will see “Profiles Updated” on the left-hand side. This should match the total number of folks in your list or segment.

 

Reply