Hey @bekhruzbekmirzaliev, to transfer data from an HTML page to a Bubble application, you’ll need to implement a JavaScript script within your Bubble workflow. This script should:

Retrieve the desired data from the HTML page.
Store the retrieved data in a custom state within your Bubble application.
Save the custom state to your database."