Trying to Find Module Name in Flow Step?

Greetings,

I'm working on some custom user actions within my repository. I can get the checkin ID easy enough, but finding the module name for flow data is a bit difficult. Is there a step I can use to fetch the module name from the checkin ID?

Comments

  • Hello!

    Yes, there is a way you can find the Module Name for a given resource's checkin ID! You can find it under RepositoryCheckin.FolderFullPath. Run a Split String step in your action flow to separate the different nested folders by the "/" character, then select the name from the correct subfolder, which will be the module name!

    We hope this helps!

    -Gregory

Sign In or Register to comment.