Skip to content

Instantly share code, notes, and snippets.

@PowerPlatformBlogs
Created September 17, 2019 10:57
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/6dae5900c812a3a4612d024cf74d5de2 to your computer and use it in GitHub Desktop.
Save PowerPlatformBlogs/6dae5900c812a3a4612d024cf74d5de2 to your computer and use it in GitHub Desktop.
Patch for transaction collection
Collect(Transactionslist, {
RequestId:Last(RequestBlotter.RequestId).RequestId +1,
RequestDate:Today(),
ValueDate :DatePicker1.SelectedDate,
ForeignCurr:Dropdown1.SelectedText.Value,
ForeignAmount:TextInput1.Text,
HedgeAcc:Dropdown3.Selected.Value,
Exposure:If(Dropdown3.SelectedText.Value = "Y" ,TextInput1_2.Text,Label2_20.Text),
Requester:Defaultreq.Text,
Approver:Dropdown2.SelectedText,
Status:Text("Pending")});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment