Skip to content

Address Component Lookup action

The following actions are all very similar in that they resolve a label to its ID:

  • Other: Resolve/map input to option values
  • Address: Get state/province ID by name
  • Get country ID by name/ISO code

However, only the first one has an inverse action ("Other: Show option value(s) as their Label(s)"). This MR provides an inverse action for the other two.

Merge request reports