Hi,
I imagine that it is a simple issue.
How can I concatenate 2 results values to assign to a dataverse column?
This example, is not working.
I want to update the LastName column with the values PrimerApellido & SegundoApellido (FirstLastName, SecondLastName)
Thank in advance!
Thank you SanmeshG!
Hi @EmilioRoqueta69 ,
Please try to use concat function , in the concat function you can pass both of your dynamic values.
Concat(outputs('Compose'),outputs('Compose_2'))
Hope this helps!