Hi All,
Thank you in advance for all.
I'm updating the row for particular column based on my outputs. Whenever we are updating the column it will update the current value on each and every iteration. I would like to update the previous value as well as the current item in my dataverse table so i used concat operation . I initialized the variable for current item is called Varresult and for previous value to be store in varapproverreceivedfrom variable. Its adding comma infront whenever updating the column
concat(variables('VarApproverReceivedFrom'),',',variables('VarResult')). Kindly help me how to remove this. If i used substring it will remove the last character for each and every iteration.
