Name Session Information in Flow

Name Session Information in Flow

Comments

  • Is there a way to get information for name session for the current Session with in a flow?

  • We can use the "Name Session " table to pull the name session information for the current Session using the "Fetch Entities" step. By Default the Flow comes with Flow Data Inputs. This includes Account ID. We can use the "Fetch entities" step and set the Type Name to "NamedSession" and filter by the account ID, which can be mapped from the Flow data input. This will output the Name session information that is current being used. The "ID" field is the Name session ID (without the NS in the front). We can use the steps "Merge To Plain string" step to create the Name session ID format "NS-ID".

Sign In or Register to comment.