Hello,
I'm looking to have field "A" populated with data from a SQL table when inputting a number in field "B". I'm working with two different data sources here. The main data source is a SharePoint list where the data from the Edit form will end up but pulling in data from the SQL table.
The formula works fine if I switch the mode to "New" but for what ever reason the "Edit" mode throws back an error.
If(
EditForm.Mode = Edit,
LookUp(
SQLTable,
SONumber = DataCardValue45.Text,
TotalValue
),
ThisItem.'Total Value'
)
Any suggestions on how to make this work?
Thanks in advance.
Try
If(
EditForm.Mode = FormMode.Edit,
Also with the below, are you comparing a number column to a text field?
SONumber = DataCardValue45.Text,
@zmorek To question (2), Yes. The SharePoint Field (ThisItem.'Total Value') is a currency field. How can I convert that?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
178 | |
52 | |
41 | |
36 | |
28 |
User | Count |
---|---|
240 | |
82 | |
71 | |
69 | |
66 |