This can be done with workflow. {Field 1} || ' ' ...
# suiteflow
k
This can be done with workflow. {Field 1} || ' ' || {field2}
j
Thanks again! This totally works. One last question on this. I am adding the values of a multi-select field. I've added the condition of an UPDATE FIELD 1 checkbox to trigger the workflow. The first time it runs, it copies all selected values from the multi-select and adds to the end of the text in Field 1 just fine. If I edit the record again, the checkbox is NOT checked, and I save, only the first value of the muti-select remains.
Thoughts? If this it too much, totally understand!
nevermind! I think I figured out the issue, just need to solve. The values are separated by a . When the record is edited then saved, anything beyond the is removed from Field 1
sorry - There should be a small box in those missing spaces
k
Maybe use a listagg saved search value as a field
and then use that to do your update
j
I ended using the REPLACE function for the list, and replaced the symbol with a comma. This kept all of the logic in the formula on the workflow.