I have created 2 dataverse tables as shown below. App ID data type is lookup of Table 2(App)
Table 1 ( Company)
Company App ID
1 1
2 1
3 2
Table 2 (App)
App ID Name
1 XXX
2 YYY
3 ZZZ
My current flow is as such "Triggered when there is a new row in Table1". Next, I compose the value of (App ID Type) to find out the value returned is auto-generated. May I know subsequently, how do I compose to the value of the App Id value (1,2 or 3) and the name of app corresponds to the App ID.