Connection And Credentials ALias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 12:51 AM
How connection alias can be used in a script so that our existing applications can switch over easily until they are able to redo them later?
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2023 01:58 AM
Connection Credentials and Aliases are intended to be used on Action in Flow Designer. Why not create a new action for your integration purpose, use the credentials and aliases as intended.
Then to include these in your current (probably scripted) processes, use the 'Create Code Snippet' function on that action which will give you a stub to be used in your legacy script.
Creating a new action per web service you call should not take to much time... it is basically just a pass through for the variables - not?