Hi there -I've set up a flow that creates rows in a table, based on changes in a BPF. My only difficulty is getting the record owner name. The BPF is active on the ko_deals object. Every ko_deal has a record owner. I can only access Owner id from the ko_deals table so I need to connect another table using the owner id in order to get the Owner name.
I've tried connecting, Owning User and Users, but neither work.