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 168
2 REPLIES 2

Hello @Ben_Rix, as far as i know only navigation actions can produce syncs, this is the suggested expression from the great Levent:

Sorry about the super late reply, this worked perfectly, thanks @Levent_KULACOGLU

Top Labels in this Space