I have…
- [X] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
- [ X] Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [ X] Documentation issue or request
Question
Hi Sebastian, how are you?
I’m not sure if the following is possible but I hope you can help me:
I want to be able to reference to a field inside the current schema item
let’s say I have the following schema with their values
- Field1: Value1
- Field2: [Value20, Value21, Value23]
- Field3: Field2.Value21, Value3;
As you can see, I referenced to a value of Field2 in the value of Field3.
Is this possible or not? Because I want to add data to a combination of multiple fields.
Kind regards,
Martijn