Hello Together. I have the following idea. In the moment a new record is added to a connected MySQL db I want to run a PHP script. A value from the just inserted record should be called in the URL (parameter in the example below). The URL would look like that:
https://domain.net/myphpfile.php?p=parameter
Is that possible? Is it to to with the script function? Thx for your help, Thomas.


, You can select the value of the SQL and append the to be called URL direct in the app webhook either directly or with a query in header or body. Just search for the next action app 'webhook' insert your to be called link and the query. Let's go!

