Mobile Platform: Dynamic Condition Support in Input of type ReferenceDescriptionFor Input Form Screens on Mobile, Dynamic condition in Input of type Reference is not supported in offline mode. E.g - Assigned to is Me: assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe Steps to Reproduce For example, let's create a reference to sys_user, for all users whose manager is "Me": Add an Input of type Reference to any Input Form Screen.Set the TargetTable attribute. Set its value to sys_user.Add the Conditions or OfflineConditions attribute.Set its value to be managerDYNAMIC90d1921e5f510100a9ad2572f2b477feSave.Reload your mobile app and navigate to the relevant input form screen.Click on the input you've added, you'll see all users whose manager is the current logged in user.Download offline cache and switch to offline mode.Repeat step 6.Click on the input you've added, you'll see more users in that reference list.WorkaroundA workaround for this issue is to define a condition that works both in online and offline mode. Note that this workaround is only relevant to the cases where Dynamic operator is utilized to fetch references to the current user (or "Me"). The condition can be defined as the value of the "Conditions" attribute: field_name=javascript:gs.getUserID() (where field_name is manager, stockroom.manager etc.). Alternatively, the OfflineConditions attribute can be configured with this condition instead of changing the Conditions attribute. This will mean that for online mode, Dynamic operator can be used, while in offline the javascript-based solution will be used.Related Problem: PRB1895695