Changes between Version 4 and Version 5 of Ticket #56483, comment 2
- Timestamp:
- 09/04/2022 05:56:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56483, comment 2
v4 v5 1 Hi, I was able to reproduce the response having `null` with your workflow, but do not know if the cause is the same as in your case. I have misspelled a key wordwhich was defined with `pattern` in the input meta. Would you mind sharing your input meta here?1 Hi, I was able to reproduce the response having `null` with your workflow, but do not know if the cause is the same as in your case. I have misspelled a key which was defined with `pattern` in the input meta. Would you mind sharing your input meta here? 2 2 3 3 … … 7 7 8 8 9 So my next try was using `REST API` instead of `add_post_meta()`, and the response immediately was an error message with detailed information about the misspelled key word. It was not possible to create an invalid meta at the first place!9 So my next try was using `REST API` instead of `add_post_meta()`, and the response immediately was an error message with detailed information about the misspelled key. It was not possible to create an invalid meta at the first place! 10 10 11 11 As I said before, it is possible that your issue is caused by something else! It would be nice :