Skip to main content

How to Get Flow Initiator Object User ID

On the Flow Side

public void AkisiBaslatan1_OnAfterEvent(object sender,OnAfterEventArguments args)

{

Variable1.Value=args. UserId;

}

On the Form Side

string userID = CreatorUserId;

You can access the relevant ID value in the form