Glide I cannot import the data I created with Glide's special functions into the API

Hello everyone, I hope this question has not been asked before. I searched for it, but maybe I missed it and could not find any results. I want to create a script that will be automatically refreshed every day with integromat. For this, I created a scenario with http in Integromat and updated this scenario to run every day at 7 o’clock. However, when I am pulling data with http, I cannot receive the data I created with glide’s special functions. And these are the really important data for me. Is there a solution to this?

Do you mean computed columns?

Computed column values are not available via the Glide API. In order to make them available you would need to find a way to write the computed values into non-computed columns.