Hi I am trying to patch ForAll but i am having problem due to COD textbox showing on the screenshot, normally the COD textbox when enter a value it registers on sharepoint a value amount and will show this record has a COD but the strange thing is when i enter a value my patch formula will work ok but without value on the COD textbox it will not patch ,please see the screenshot and my formula
ForAll(
RepeattingTable_1.AllItems,
Patch(
Shipments,
Defaults(Shipments),
{
TrackingNumber: tbTracking_.Text,
ShippingFee:Value( tbShipFee_.Text),
Weight:Value( tbWeight_.Text),
Length: tbLenght_.Text,
Width: tbWidth_.Text,
Height: tbHeight_.Text,
DeclaredValue: tbDeclare_.Text,
CodAmount:Value(tbCOD_.Text),
Company: tbCompany_.Selected,
OrderDate: tbOrderDate_.SelectedDate,
Payment_x0020_Method: tbPaymentsMethod_.Selected,
ShippingMethod: tbShippingMethod_.Selected,
ShippingRoute: tbShippingRoute_.Selected,
Status: tbStatus_.Selected,
CODDUEDATE: tbCodDueDate_.SelectedDate,
DueDate: tbCodDueDate_.SelectedDate,
TotalPieces:Value( TbTotalShip_.Selected.Value),
Collect_x0020_on_x0020_delivery_: If(
CODToggle.Value,
true,
false
),
Check_x0020_Number: tbCheckNo_.Text,
//Employee:tbEmployee_.Selected,
//DueDate: DataCardValue17_2.SelectedDate
InvoiceNumber: tbInvoice_.Text,
CODCollectionType: tbPayments.Selected,
CardNumber:tbCardNumber_.Text
//ImageData:First(ImageCollection).Value
}
)
)
Solved! Go to Solution.
Not multi select and its choice list
Item: Choices([@Shipments].CODCollectionType)
@Ramole ,
Try this
CODCollectionType: {Value:tbPayments.Selected.Value}
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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
199 | |
97 | |
56 | |
51 | |
41 |
User | Count |
---|---|
265 | |
157 | |
83 | |
80 | |
56 |