I would like to display data in Apps from a WF.
I found an appropriate function in the Apps documentation: Datasource Origin: job
However i can not find an explanation for the resultId
.
Where can i find the resultId
?
I would like to display data in Apps from a WF.
I found an appropriate function in the Apps documentation: Datasource Origin: job
However i can not find an explanation for the resultId
.
Where can i find the resultId
?
You could test this one (see screenshot) but it also might be that the id you are searching is not part of the ui anymore as the direction of Apps and ONE DATA will be Data Tables based, so do try to avoid working with Result Tables for production use cases (they are not ment for this) but use for testing and try and error. Data Tables are for productive use cases.
Thank You for Your answer. The processorRuntimeId
does not work.
Since the Datasource Origin Job functionality is deprecated, I will try to find another solution to my underlying problem though.