Hi,
i have issue with Collection column name.
That is what i'm saving, and its working properly
after couple hours / uses of application it changes to something like this, with no interference from my side.
it happend couple times so far, with no pattern.
I have same issue in two applications using same solution
any ideas?
thank you, it worked!
Hi @Woxax :
I suggest you try this formula to update the target record:
With(
{TargetRecord: Last(AttColl)},
Patch(
AttColl,
TargetRecord,
{
Name: Concatenate(
VarNextAttName,
TargetRecord.Name
),
DisplayName: Concatenate(
VarNextAttName,
TargetRecord.DisplayName
)
}
)
)
Best Regards,
Bof
WarrenBelz
110
Most Valuable Professional
MS.Ragavendar
81
stampcoin
54