Question

difference between running normally and as a web hook ?

  • 23 May 2022
  • 1 reply
  • 1 view

I have made a workspace that constructs and shows a webpage to the caller (it is also a webhook). this webpage calls a second workspace, that tries to add the data entered into an excel (and now also a csv). the problem : this does not result in a line added to the output files, although the job log reports success and 2 items written. Calling the second workspace normally or as a webapp does do what is expected. this must be something silly I'm overlooking, but I'm at a loss what. any tips wold be much appreciated...


1 reply

Userlevel 1
Badge +6

Hi @ronald.vanaalst​ ,

 

This may be expected if the webhook that you created have the parameter values hardcoded, therefore no new items are written. Are the parameters that are specified in the webhook the ones from the Run workspace page?

 

This article/demo may be a helpful example of updating parameter values in your webhook.

 

Hope this helps!

Kezia

Reply