Skip to content

Instantly share code, notes, and snippets.

@PowerPlatformBlogs
Created September 17, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PowerPlatformBlogs/7c23b92ffab7a8b13994db3e1fb86c47 to your computer and use it in GitHub Desktop.
Save PowerPlatformBlogs/7c23b92ffab7a8b13994db3e1fb86c47 to your computer and use it in GitHub Desktop.
ForAll(Transactionslist,Collect(transactionID,Patch(RequestBlotter,Defaults(RequestBlotter),
{
RequestId:Last(RequestBlotter.ID).ID +1,
BusinessUnit:businessUnit.Text,
RequestDate:Today(),
ValueDate:ValueDate,
Action:Toggle1.Value,
ForeignCurr:ForeignCurr,
ForeignAmount:Value(ForeignAmount),
HedgeAcc:HedgeAcc,
Exposure:Value(Exposure),
Requester:FullEmailBox.Text,
CurrPairOutput: CurrPairOutput,
Status:"Pending"
}
))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment