Hello,
I am trying to figure out how to create a custom name from fields that have been input,
for example:
“Customer name” in one column (e.g john)
“Sales number” in one column (e.g 3)
Ideally i’d like to combine these and use them as a title in the list so it should read something like this:
“Customer name” “Sales number” = John 3
Is this possible? I’ve tried using arrays however I cannot use arrays for titles?
Does anyone have any suggestions?