Skip to main content

I run a lot of giveaways and inside manychat I would like to say, you are entry 1 out of 100, 2 out of 100… etc.  something along those lines.  How would I go about doing that?  I was thinking I would have to use sheets, but cant figure out how I would pull the entry number.  Any help would be appreciated. thank you.  

@Maria77777 you need to use Bot fields for that:

https://help.manychat.com/hc/en-us/articles/14281167138588-Custom-User-Fields-and-Bot-Fields#:~:text=Bot%20Fields%20are%20a%20powerful,user%20interacting%20with%20your%20bot.

 

You’ll basically need to have a bot field (‘Giveaway Entry Counter’), and a User Field (‘Entry Number’)

Each time someone goes through your flow and enters the giveaway, you’ll need to:

  • Increment ‘Giveaway Entry Counter’ by 1
  • Assign ‘Entry Number’ with the value of ‘Giveaway Entry Counter’

This way, the first person gets ‘Entry Number’ 1, the 2nd ‘Entry Number’2, and so on ;)


Reply