123rickfear
Active Member
- Joined
- Jun 19, 2015
- Messages
- 446
Hi, this was working last week, now appear to be causing an error.
I have 2 tables, one is called inbox and one is sent items.
inbox has from, subject, cc, received time, powerapps id as standard
sent items has the same plus some formula.
Original Subject = if(left('Sent Items'[SUBJECT],4)="FW: ",'Sent Items'[SUBJECT],right('Sent Items'[SUBJECT],len('Sent Items'[SUBJECT])-4))
Received Day = lookupvalue(Inbox[RECEIVED TIME],Inbox[SUBJECT],'Sent Items'[Original Subject])
Original subject works fine. Received day now displays the message "a table of multiple values was supplied where a single value was expected".
Does anyone have any ideas why this is happening?
I have 2 tables, one is called inbox and one is sent items.
inbox has from, subject, cc, received time, powerapps id as standard
sent items has the same plus some formula.
Original Subject = if(left('Sent Items'[SUBJECT],4)="FW: ",'Sent Items'[SUBJECT],right('Sent Items'[SUBJECT],len('Sent Items'[SUBJECT])-4))
Received Day = lookupvalue(Inbox[RECEIVED TIME],Inbox[SUBJECT],'Sent Items'[Original Subject])
Original subject works fine. Received day now displays the message "a table of multiple values was supplied where a single value was expected".
Does anyone have any ideas why this is happening?