Force sync action

Hi Everyone,

Its been a while since ive been posting, I hope you are all doing well.

Is there any way to create an action to force this expression to sync.

IF(NOT([_THISROW].[Account]=“Private”),

ANY(
SELECT(
Session Amount[Amount],
AND(
([Invoice Session Code] = [_THISROW].[Invoice Session Code]),
([_THISROW].[Referral Date]>=[Start Date]),
([_THISROW].[Referral Date]<=[End Date])
)
)
), 35
)

It will only sync if i go to the form and hit save.

Regards
Ben

0 2 170
2 REPLIES 2
Top Labels in this Space