Segue imagem para análise

If '%CurrentAttribute[ID_Pagina_FK]% is equal to 1' then
If 'CurrentAttribute[Sequencia_Pagina] is equal to 1' then
If(CurrentAttribute.ID_Pagina_FK = 1,
/* actions if true */
)
Or:
If(CurrentAttribute.Sequencia_Pagina = 1,
DoSomething()
)