05-02-2025 03:43 PM
Hello,
I'm try to set the CED node for script editor 12.5 to allow user to enter in 3-4 digits to then concatenate in the subsequent label node. For example, the caller is prompted to enter 3-4 digits for to be transferred to an extension. The label node is set to concatenate the prefix numbers with Call.CallerEnteredDigits. Is there a formula that can be used in the properties to accomplish this?
Solved! Go to Solution.
05-02-2025 07:16 PM
What are you looking for with the prefix digits? So like set the variable/label to be ("700" , Call.CallerEnteredDigits) for instance?
05-02-2025 07:16 PM
What are you looking for with the prefix digits? So like set the variable/label to be ("700" , Call.CallerEnteredDigits) for instance?
05-02-2025 11:21 PM
05-03-2025 10:24 AM
I may have to employ this strategy but was curious if this was possible within the CED node in script editor
05-05-2025 08:39 AM
If the script was more complex, I would've utilized this method. Thank you so much for your help @Konstantin Vaksin exCisco !
05-03-2025 10:23 AM
No I’m looking to put a formula in the CED node for the caller to enter in a maximum of 4 digits. Those 4 digits would then be appended in a label node to a 6-digits prefix
05-03-2025 07:59 PM
05-04-2025 12:28 PM
So you just do a concatenate("123456or_whatever_your_prefix_is",Call.CallerEnteredDigits). Is that not what you're looking for?
05-05-2025 08:38 AM
This works out perfect! Thanks @bill.king1 !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide