Hello,
Back with another question
I have a collection that is shown on the layout based on a couple of conditions. Each line item will have an action button (eg., Send Email). An end user can pick and choose whom to send email. Once if they click on a line item they should be unable to click on send email in the other rows.
This is because along with an email it will also create an invoice in the action. If it is one row, I can apply custom CSS and show a grayed out button.
Since these are multiple rows, how can I change the label of other buttons in this filtered collection and gray them out?
The only way I see out here is to take the filtered collection as a JSON object, send it to zapier and change the status of a particular column, based on which I can modify the label. But graying out a column without any action on an individual line item, I’m yet to figure out.
Any pointers for me? I’m sure there should be better approaches than what I suggest
Thank you!