You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write('test', 'Address') writes 'test' in a field labelled 'Address Line 2'
I'm trying to write only if there's an EXACT match. i.e. write 'test' if 'Address' field exists. If it doesn't, don't write anything. 'Address' is not the same like 'Address Line 2'.
Is there a way that can be done? Thanks so much!
The text was updated successfully, but these errors were encountered:
write('test', 'Address') writes 'test' in a field labelled 'Address Line 2'
I'm trying to write only if there's an EXACT match. i.e. write 'test' if 'Address' field exists. If it doesn't, don't write anything. 'Address' is not the same like 'Address Line 2'.
Is there a way that can be done? Thanks so much!
The text was updated successfully, but these errors were encountered: