@art001
Try these Zap steps…
Assuming the Full Address is in this EXACT format: [STREET], [CITY], [STATE] [ZIP]
Exampe: 1234 John Doe St, City, State Zip
NOTE: if there is a STREET 2, then this will NOT work as expected
First Formatter > Text > Split (by a comma and a space like this ,[:space:])
You want to return each as a separate fields
That would return 3 fields
Then for the returned data point that has the [STATE] [ZIP] use a Formatter > Text > Split (by a space like this [:space:])
Give that a try.
Sometimes the best way to learn is by testing!