Hello all,
Still relatively new with PA solutions, so I will do my best to be thorough! I have three separate tables that are importing data from Salesforce, into Dataverse tables so the data can be synced into 365 and used for a model-driven app.
The first table (Table A), contains a client name (A1), as well as an ID column that is passed through from Salesforce (A2). In this table the client name is the primary column due to lookups that exist elsewhere in the solution.
The second table (Table B), contains lists of books that my company creates for the clients. This table has a publication name column (B1), a publication ID (B2), and a Salesforce ID (B3). Column B3 matches column A2.
The last table (Table C), is a form that will be filled out within the app. This table has a lookup column to A1 to pull the client information through (C1). What I would like to create in this table, is a column that looks up a list of all publications (B1), that matches the ID from A2 based off of what is entered into C1.
Thanks in advance for any help. Still new with the lingo so if I can clarify something please reach out!