Dear all,
I followed the tutorial "Check Status of Process from SAP Build App" written by daniel.wroblewski.
Then I encountered an issue as per below:
I have followed the tutorial until STEP7:

STEP 7 Create logic to retrieve status
4. For the Get record flow function:
Resource name: Set to Workflow Information.
id: Click the binding icon and set the field to Data item in repeat > current > processId
When I try to set the id, I encounter the incompatible data type issue, please refer to screen shot for detail.

I try to use STRTOUUID(repeated.current.processId) formula, however the STRTOUUID is an unknown function.
Need some advice on this issue. Thanks.
Request clarification before answering.
My fault ... let's start over.
You can instead bind with a formula: repeated.current.processId
Don't mind that the formula editor throws an error.
P.S.: Previously I was able to do it with "Data item in repeat" since the ID field is a straight text field. It shows as Text in the data resource but not sure why it has changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case you are using the wrong data resource -- you need to use Workflow (the on-device storage) and not Workflow Information (the API call to SAP Build Process Automation).
If ever you did need to make UUID to Text, know this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel,
If I use "Workflows" instead of "Workflow Information", the Workflow status won't be updated even I have onheld a running workflow. If still use "Workflow Information" as data name, bind id to with formula "repeated.current.Id" (ignore the error prompting), the result is same. I have followed every step which is described in your tutorial. Any comment is greatly appreciated.


| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.