Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehHi, Josh! Welcome to the forum! There are two ways:
1. Use a filter to convert from one type to the other. So let's say A is a string and B is a long. Then Anew = A.long() will convert A to a long.
2. If you're using Lookup, you could actually keep the data types the same, but change the key's format within the node. So for example, using the A and B from above, you can use A.long() as either the Input/Lookup Key and then B (already a long) as the other.
Attachments:
matchDataTypes.brg