Help

Re: Page Designer go to record function

557 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Kim_Brauer
4 - Data Explorer
4 - Data Explorer

Why can I only “go to record” by the 1st column? I need to be able to go to a record by entering my customers name which I need to leave in the 3rd column. Thank you!

3 Replies 3

Hi @Kim_Brauer and welcome to the community!

It always uses the primary field. Have you considered using the CONCATENATE() function to include your customers name in that first field?

At the risk of sounding naive… what is the CONCATENATE() function?

This function joins together arguments and/or field values from any number of fields into a single text value, and follows this format: CONCATENATE(Value 1, Value 2, etc...) For example, you can join together the values of two fields by using this formula:

CONCATENATE({Field A}, " - ", {Field B})