LaszloM
3 years agoQrew Trainee
To capture an XML response from an API in Pipelines
Hi All,
I would like to use a simple Quickbase API (API_ProvisionUser) in a Pipeline and use the user id included in the response in my subsequent Pipeline steps. Response promised in the API docs:
Is there a way I can parametrize a Quickbase channel API request to get the XML response? Suppose getting my stuff out of the XML text would be somehow possible, but how can I capture the API response? Seems Pipelines does not offer any available new field after establishing this API request step. Or I am doing something wrong...
Thank You!
------------------------------
Laszlo M
------------------------------
I would like to use a simple Quickbase API (API_ProvisionUser) in a Pipeline and use the user id included in the response in my subsequent Pipeline steps. Response promised in the API docs:
<?xml version="1.0" ?>
<qdbapi>
<action>api_provisionuser</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<userid>112248.5nzg</userid>
</qdbapi>
Is there a way I can parametrize a Quickbase channel API request to get the XML response? Suppose getting my stuff out of the XML text would be somehow possible, but how can I capture the API response? Seems Pipelines does not offer any available new field after establishing this API request step. Or I am doing something wrong...
Thank You!
------------------------------
Laszlo M
------------------------------