My App compares Staff profiles to Client profiles to find the best match. Below is an item I’m having a problem structuring.
- When creating a profile the Staff member would indicate if they will or will not work around “Cats”.
- When creating a profile the Client would indicate if there are “Cats” in the home.
What element/structure should I use when the Staff says “Yes” to working with Cats and the Client says “No” to having Cats in the home?
Currently I’m ok when both sides are the same or when Staff says “No”.
Any suggestions would be greatly appreciated!
I don’t understand your question. Are you asking how your app / interface should work for users? Or, are you asking how to design the technology to implement a specific use case?
Thank you,
I would say the later but I’m not completely sure. Still pretty new to Bubble: slight_smile:
I’m using the same Dropdown on both Staff & Client side. When creating my workflow constraints, I’m using (=) to match the Staff to the Client’s selections. Is there a different element/structure to use for the example I noted in the original post? The way I have it now, if a Staff says “Yes” to Cats but the Client says “No” to having “Cats”, that staff member WILL NOT be a match for that client (but they should because the Staff indicated they DO NOT have a problem with Cats.
Ideas?