
Announcements
Hi @apeawakening ,
I cannot see a lot wrong with that code - which field names are not updating and is the rest working ? You can try this in the meantime
Patch(
RequestForIssueBG,
{
ID: varRecord.ID,
Status: {Value: "Issued"},
NameoftheBank: {Value: DataCardValue16.Selected.Value},
GuaranteeNo: DataCardValue13.Text,
ExpiryDate: DataCardValue14.SelectedDate,
Whetherextendedearlier: {Value: DataCardValue15.Selected.Value},
ApprovalComments: varRecord.ApprovalComments & "<br>" & varRecord.Status.Value & " Remark : " & Remarktxt.Text,
ApprovalLogs:
varRecord.ApprovalLogs & "<br>" & varRecord.Status.Value & ": BG issued on " &
Text(
Now(),
"dd-mm-yy hh:mm"
) & " by " & User().FullName & "; " &
"Comment : " &
Substitute(
Remarktxt.Text,
".",
""
),
RequestStatus: {Value: "Approved"}
},
BankGuaranteeform.Updates
)
Also can you please set out the field types on each item
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps