Blank cells in Glide though there is data in Sheets

Hello, everyone!
I have an issue with updating data in my project.

I have a google sheet where I write requests where one of the columns is a request status. This status is pulled from another table with IMPORTRANGE function. It works perfectly in the google sheet table (I can see the data) but in Glide some of such cells are shown as blank (I can see no data).
I manually refresh the table in Glide but it doesn’t help - cells stay blank even after the update.

If I change the data in the google sheet and write the status as text (not using the IMPORTRANGE function), it will be shown in Glide as other text data. If I change it back to function, the imported data starts to be shown correctly but I can update every cell manually.

How can I solve this issue?