Scroll list is not showing all the possible variables in calculated fields

I would like to access to a variable from a related app through a calculated field.
But all the possible variables are not being loaded, because there is a related app connected and the variables of it are not being shown

image

I want to access the related app suscriber but it doesnt appear on the options.

Have you done a ‘Get Related Items’ first?

No, but I also can’t access that funcion in the calculated field

I am not convinced it is a general scrolling issue:
CleanShot 2025-05-21 at 19.20.32

You definitely have the two apps related?

Yes they are related,

here you can see that there is a suscriber related to the record, but i cannot acces the fields from a suscriber in the calculated field

Ah, in a calculation field, I missed that.
Can you post a screenshot of the field you are trying to pull into your calculation field?

I’m trying to pull the field status from suscriber

I want to pull it to company but the variable is not shoen on the calculated field

Try adding this

@all of [your field name]

It looks like it’s a relationship field.
For those you can use “@all of …” and “@sum of …”

An obvious one but are you typing @all of status and not @all of suscriber?

I mean when I type just the @ to see all the variables avaliable there are no variables from susbcriber being shown, just from other related apps but not from suscriber which is the one I’m looking for