
Announcements
hello automate peeps,
i have an issue that is when sending an email i have to send 2 diffferent html tables one is for future expiry dates and one for recent expiry dates so i have condition on the dates .. what i want is if any table of them leets take an example the "html table of the future dates" was empty can i hide it using an expresiion in the body of the email of it is not doable?
thank you in advance!
have a good day 🙂
If you are using "Create HTML table" action then you could check the length of the input array (passed to From parameter) in email body using expression. If length is greater than zero that means contains records, then show the output body of create html table action else return empty or blank string.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.