
With(
{
varSource: LookUp(List1, ID = 1) //Pass the record ID that record value you want to update in List2
},
Patch(
List2,
{ID:1}, //Pass the record ID where you want to update it
{
ColumnB: varSource.ColumnA
}
)
)
📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.
✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.
💛 A Like always motivates me to keep contributing!