Need to load/update grid interface from Process ID passed into an expression

Hello Community,

We have a form that we modify to bring in all of our interfaces.  Most of them pull json from a REST api.

This interface will need to GET and UPDATE methods from a SQL table and will trigger off of the process ID.

Expression:

takes 2 inputs: the current process id and a key that will allow me to pull specific data out of the json.

My Question:  How do I pass the forms process ID into the expression?  Here is the start of my rule to pull in the interface into the form:

rule!TEST_ReviewsList(rule!CORE_GetProcessDataByKey(wfProcessId: "47" , key: "comment"))

Thanks,
David

  Discussion posts and replies are publicly visible