Concat
The concat function allows you to join or bind values so that they behave as a single value.
Last updated
The concat function allows you to join or bind values so that they behave as a single value.
Last updated
Value 1 , 2 , 3 : The values that we want to concatenate with their respective order must be sent.
Dynamic values : A name must be added and adding it will generate a new field for when more than 3 fields are required to concatenate more values.
Step by Step :