
Announcements
We are having two tables, first table is related to second table as one-to-many relationship.
I want to create a flow in which I want to select a record (on second table) and call a flow on it. I just want to make copy of that row. Issue that I am facing is to relate this row to the first table because I don't have access to unique id for the row which I want to associate with.
Table Structure to help make sense of use case is
Quote Table - holds customer information
Quote Line Items Table - single line has a single product of the quote in it
Quote Line Item Calcs Table - has multiple quote details (numbers) in it based off of quantity.
How do we get the uniuqeid of the Quote Line Item which doesn't appear in the table in the back end.
Thanks in advance
Todd