using on prem confluence, confiform version 3.13.8
I wish to concatenate 2 data fields, the ChallengeTheme field is a dropdown field with value example "1. Collaboration" and second field RiskID is an autonumber field
If RiskID is "31" and Challenge Theme is "1 Collaboration" I want the concatenated field to populate as 1.31
I have done the following expression:
concat(substringBefore([entry.ChallengeTheme], '.'), '.', [entry.MBDARiskID]) however it is not working and the value shown once record is submitted is .1
Hi
Where do you want to concatenate the value? In some formula field or just online, in the view?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.