Getting info unreliably (ex of the message I get: No match found for selector: "#CustomPropertyRow-field1206587236198695")
Getting no info. Pulls a blank (no error either)
I extract information from fields in Asana regularly when reaching out to customers.
Often times, the project ID field throws an error when using {site: text}. I am not sure why. I want to create an if/else statement or something to make it so that if it throws an error, it uses the other {site: text} I have later in the statement. The weird thing is that it will just throw an error instead of moving onto the next statement. I am not sure how to achieve what I want.
We also use alphanumerical abbreviations in the IDs (like "LIS") and I think contains could be used with an else/if statement to generate different output based on the letters. No luck there either.
Any help? lol