Hi,
I can feed a form component with selected row coming from a table component if GQI query is using "get object manager instances", but not when using a join from "get object manager instances" with "get ad hoc data".
I would like to know is it is possible ?
Hi Kevin,
Could it be that there is no column from the original query present in the final result? As long as there is a column from the 'Get object manager instances' in the final result, the feed should be available.
Note that it is also possible to make your Ad hoc source expose these feed values using metadata. (See example)
Hi Wout,
Indeed, after “join” operation, if i select the column “ID”, the feed in now available. Thanks for the links, very useful!