Hello - can anyone tell me what is wrong in my approach here? I am getting errors of incompatible
type of comparison on this formula but im not sure how else i can achieve this? Need to update sharepoint list records based on a selection that had a concatenated applied to it. I though i could use Split to find the value after the spitting value and have it work that way? I'm sure i am over-simplyfing maybe what i need to code for.
UpdateIf('Trailer Tracking',Trailer.Value = ThisRecord.Trailer.Value, Dock.Value = Last(Split('374B1Choice'.Selected.Result, " - ")));374B1Choice code
Distinct(Filter('Trailer Tracking',Trailer.Value="OPEN"),Concatenate(Building.Value," - ", Dock.Value))

Report
All responses (
Answers (