Shaun
Shaun
NNovu
Created by Shaun on 7/10/2024 in #💬│support
Pluralization and variable filling
@Pawan Jain Interesting. But if I just wanted to change the wording ("you have one thing" vs "you have many things")without referencing the actual count, is that not valid? From my testing, I did follow the bots suggestion and when I put count=2 directly, the plural key was chosen. So I believe the issue is isolated to trying to reference step.total_count while already in an each loop (looping over the digested steps).
11 replies
NNovu
Created by Shaun on 7/10/2024 in #💬│support
Pluralization and variable filling
So in my case, I was attempting to use step.total_count from within a loop iterating through digest events. I needed to access an element of a payload item while also determining how many items were digested. Seems like a usecase that others might run into 🙂
11 replies
NNovu
Created by Shaun on 7/10/2024 in #💬│support
Pluralization and variable filling
Adding a note here, I had to end up adding a conditional to switch between keys as step.total_count does not seem accessible from within a {{#each step.events}} loop.
11 replies
NNovu
Created by Shaun on 3/4/2024 in #💬│support
Greater Than and Less Than Helper
Thank you! Also just throwing this reference I found around adding comparison operators in handlebars: https://nicholasgraffis.medium.com/using-conditional-logic-in-handlebars-dd0942cb3a79
11 replies
NNovu
Created by Shaun on 3/4/2024 in #💬│support
Greater Than and Less Than Helper
Hi @Pawan Jain ! Unfortunately my corporate GitHub doesn't seem to allow me to create issues in external repos. Would you be able to make a feature request for me or I can look into another way to contribute?
11 replies
NNovu
Created by Shaun on 3/4/2024 in #💬│support
Greater Than and Less Than Helper
11 replies
NNovu
Created by Shaun on 2/15/2024 in #💬│support
When Bulk Triggering events with a new subscriber, the subscriber is being created multiple times
Awesome, thank you so much for looking into it! Appreciate it 🙏
10 replies
NNovu
Created by Shaun on 2/15/2024 in #💬│support
When Bulk Triggering events with a new subscriber, the subscriber is being created multiple times
One small concern is it does seem like unique indexes aren't supported if the dataset already violates the uniqueness: https://www.mongodb.com/docs/manual/core/index-unique/#restrictions
10 replies
NNovu
Created by Shaun on 2/15/2024 in #💬│support
When Bulk Triggering events with a new subscriber, the subscriber is being created multiple times
No description
10 replies
NNovu
Created by Shaun on 1/19/2024 in #💬│support
Localize Date Strings with {{dateformat}}
Oh I see, thank you! What is the best way to keep up to date when this functionality will be available?
22 replies
NNovu
Created by Shaun on 1/19/2024 in #💬│support
Localize Date Strings with {{dateformat}}
Yes, that seems to give me a way to handle this 🙂 I will give that a shot, thank you!
22 replies
NNovu
Created by Shaun on 1/17/2024 in #💬│support
Pluralization in the Translation Management Platform
Seems to be working! Thank you again 🙂
14 replies
NNovu
Created by Shaun on 1/17/2024 in #💬│support
Pluralization in the Translation Management Platform
Hi there! Testing now and will report back 🙂 Thank you all for the suggestions
14 replies